|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Template method implementations for thread_pool. More...
#include <kcenon/thread/core/error_handling.h>#include <kcenon/thread/core/future_job.h>#include <kcenon/thread/utils/batch_operations.h>#include <future>#include <vector>#include <thread>#include <memory>#include <atomic>

Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Template method implementations for thread_pool.
This file contains template method implementations for the thread_pool class. It is automatically included by thread_pool.h and should not be included directly.
Separated from thread_pool.h to reduce header size and improve compilation times.
Definition in file thread_pool_impl.h.