|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Statistics snapshot for work-stealing performance monitoring. More...
#include <atomic>#include <cstdint>

Go to the source code of this file.
Classes | |
| struct | kcenon::thread::work_stealing_stats_snapshot |
| Non-atomic snapshot of work-stealing statistics. More... | |
| struct | kcenon::thread::work_stealing_stats |
| Statistics for work-stealing operations. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Statistics snapshot for work-stealing performance monitoring.
Definition in file work_stealing_stats.h.