|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Configuration for priority aging and starvation prevention. More...
#include <chrono>#include <functional>#include <string>#include <cstdint>

Go to the source code of this file.
Classes | |
| struct | kcenon::thread::job_info |
| Information about a job for starvation callback. More... | |
| struct | kcenon::thread::priority_aging_config |
| Configuration for priority aging behavior. More... | |
| struct | kcenon::thread::aged_priority< P > |
| Priority with aging support. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Enumerations | |
| enum class | kcenon::thread::aging_curve : uint8_t { kcenon::thread::linear , kcenon::thread::exponential , kcenon::thread::logarithmic } |
| Defines different aging curve algorithms. More... | |
Configuration for priority aging and starvation prevention.
Definition in file priority_aging_config.h.