Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
lifecycle_controller.h File Reference

Centralized thread lifecycle state and synchronization management. More...

#include "thread_conditions.h"
#include <mutex>
#include <atomic>
#include <chrono>
#include <optional>
#include <condition_variable>
Include dependency graph for lifecycle_controller.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Centralized thread lifecycle state and synchronization management.

See also
thread_base For the class that uses this controller

Definition in file lifecycle_controller.h.