|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Thread pool implementations for concurrent job execution. More...
Classes | |
| class | kcenon::thread::numa_thread_pool |
| A NUMA-aware thread pool optimized for Non-Uniform Memory Access architectures. More... | |
| class | kcenon::thread::thread_pool |
| A thread pool for concurrent execution of jobs using multiple worker threads. More... | |
| class | kcenon::thread::thread_pool_builder |
| Fluent builder for creating and configuring thread pools. More... | |
| class | kcenon::thread::typed_thread_pool_t< job_type > |
| Typed thread pool template. More... | |
Thread pool implementations for concurrent job execution.