Skip to content

antoniocoratelli/thread-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C++17 thread-pool-based task scheduler.

Resources

License

Stars

Watchers

Forks

Packages

No packages published