|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|

Files | |
| autoscaling_pool_policy.h | |
| Pool policy implementing automatic worker scaling based on load. | |
| circuit_breaker_policy.h | |
| Pool policy implementing circuit breaker pattern for failure protection. | |
| pool_policy.h | |
| Base interface for extensible thread pool behavior policies. | |
| work_stealing_pool_policy.h | |
| Pool policy implementing work-stealing for load balancing. | |