|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Abstract scheduler interface for queuing and retrieving jobs. More...
#include <memory>#include <kcenon/thread/core/error_handling.h>#include <kcenon/thread/core/job.h>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::scheduler_interface |
| Scheduler interface for queuing and retrieving jobs. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Abstract scheduler interface for queuing and retrieving jobs.
Definition in file scheduler_interface.h.