|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Typed job with priority aging support to prevent starvation. More...


Go to the source code of this file.
Classes | |
| class | kcenon::thread::aging_typed_job_t< job_type > |
| A typed job with priority aging support. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Typedefs | |
| using | kcenon::thread::aging_typed_job = aging_typed_job_t<job_types> |
| A convenient alias for aging_typed_job_t using the job_types type. | |
Typed job with priority aging support to prevent starvation.
Definition in file aging_typed_job.h.