|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Configuration for enhanced work-stealing with NUMA awareness. More...
#include "enhanced_steal_policy.h"#include "steal_backoff_strategy.h"#include <chrono>#include <cstddef>

Go to the source code of this file.
Classes | |
| struct | kcenon::thread::enhanced_work_stealing_config |
| Configuration for enhanced work-stealing with NUMA awareness. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Configuration for enhanced work-stealing with NUMA awareness.
Definition in file enhanced_work_stealing_config.h.