Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 389 Bytes

File metadata and controls

9 lines (7 loc) · 389 Bytes

aco::thread_pool

A minimalist implementation of a C++17 thread-pool-based task scheduler with task-stealing, in around 200 lines of header-only code with no external dependencies.

The implementation is based on the task scheduler system described by Sean Parent in his legendary talk Better Code: Concurrency.