|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Extensible policies for customizing thread pool behavior. More...
Classes | |
| class | kcenon::thread::autoscaling_pool_policy |
| Pool policy that implements automatic scaling for dynamic worker management. More... | |
| class | kcenon::thread::circuit_breaker_policy |
| Pool policy that implements circuit breaker pattern for failure protection. More... | |
| class | kcenon::thread::pool_policy |
| Base interface for thread pool policies. More... | |
| class | kcenon::thread::work_stealing_pool_policy |
| Pool policy that implements work-stealing behavior for load balancing. More... | |
Extensible policies for customizing thread pool behavior.