|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Callback-based typed job for priority-aware lambda execution. More...
#include "typed_job.h"

Go to the source code of this file.
Classes | |
| class | kcenon::thread::callback_typed_job_t< job_type > |
| Callback-based typed job template. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Typedefs | |
| using | kcenon::thread::callback_typed_job = callback_typed_job_t<job_types> |
Type alias for a callback_typed_job_t that uses job_types as its priority type. | |
Callback-based typed job for priority-aware lambda execution.
Definition in file callback_typed_job.h.