|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Centralized thread lifecycle state and synchronization management. More...
#include "thread_conditions.h"#include <mutex>#include <atomic>#include <chrono>#include <optional>#include <condition_variable>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::lifecycle_controller |
| Centralized thread lifecycle state and synchronization management. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Centralized thread lifecycle state and synchronization management.
Definition in file lifecycle_controller.h.