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

Files | |
| lockfree_job_queue.h | |
| Lock-free MPMC job queue using Michael-Scott algorithm with hazard pointers. | |
| lockfree_queue.h | |
| Backward compatibility header for concurrent_queue. | |
| work_stealing_deque.h | |
| Dynamic circular array work-stealing deque for lock-free task distribution. | |