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

Files | |
| numa_thread_pool.cpp | |
| thread_pool.cpp | |
| Implementation of the thread pool class for managing multiple worker threads. | |
| thread_pool_builder.cpp | |
| thread_worker.cpp | |
| Implementation of worker thread for thread pool execution. | |