An open API service indexing awesome lists of open source software.

https://github.com/antares0982/lockfree-threadpool

A lock-free thread pool based on bshoshany/thread-pool and cameron314/concurrentqueue
https://github.com/antares0982/lockfree-threadpool

concurrency cplusplus cpp lockfree multithreading thread-pool

Last synced: 9 months ago
JSON representation

A lock-free thread pool based on bshoshany/thread-pool and cameron314/concurrentqueue

Awesome Lists containing this project

README

          

# lockfree-threadpool
A lock-free thread pool based on bshoshany/thread-pool and cameron314/concurrentqueue