|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Base typed job carrying a specific priority level. More...


Go to the source code of this file.
Classes | |
| class | kcenon::thread::typed_job_t< job_type > |
| Typed job template. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Typedefs | |
| using | kcenon::thread::typed_job = typed_job_t<job_types> |
A convenient alias for typed_job_t using the job_types type. | |
Base typed job carrying a specific priority level.
Definition in file typed_job.h.