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

Directories | |
| adapters | |
| concepts | |
| concurrent | |
| config | |
| core | |
| dag | |
| di | |
| diagnostics | |
| impl | |
| interfaces | |
| lockfree | |
| metrics | |
| policies | |
| pool_policies | |
| queue | |
| resilience | |
| scaling | |
| stealing | |
| utils | |
Files | |
| compatibility.h | |
| Backward-compatible type aliases for renamed thread system components. | |
| diagnostics.h | |
| Stable public include for thread pool diagnostics. | |
| formatters.h | |
| Unified header for all std::formatter specializations in thread_system. | |
| forward.h | |
| Forward declarations for thread system types. | |
| thread_config.h | |
| Public facade for thread_system configuration. | |
| thread_pool.h | |
| Stable public include for thread_pool and numa_thread_pool. | |
| typed_thread_pool.h | |
| Stable public include for typed_thread_pool_t. | |