Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
thread_pool Directory Reference
Directory dependency graph for thread_pool:
src/impl/thread_pool

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.