|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Implementation of the base job class for the thread system. More...

Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Implementation of the base job class for the thread system.
This file contains the implementation of the job class, which serves as the abstract base class for all work units in the thread system. The job class provides essential functionality including:
Design Principles:
Definition in file job.cpp.