|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Implementation of the core thread base class. 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 core thread base class.
This file contains the implementation of the thread_base class, which serves as the foundation for all worker thread types in the thread system.
Definition in file thread_base.cpp.