|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Pool policy implementing work-stealing for load balancing. More...
#include "pool_policy.h"#include <kcenon/thread/core/worker_policy.h>#include <atomic>#include <memory>#include <string>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::work_stealing_pool_policy |
| Pool policy that implements work-stealing behavior for load balancing. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Pool policy implementing work-stealing for load balancing.
Definition in file work_stealing_pool_policy.h.