|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Tracks cooperation patterns between workers for locality-aware stealing. More...
#include <atomic>#include <cstddef>#include <cstdint>#include <memory>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | kcenon::thread::work_affinity_tracker |
| Tracks cooperation patterns between workers for locality-aware stealing. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Tracks cooperation patterns between workers for locality-aware stealing.
Definition in file work_affinity_tracker.h.