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
- Host: GitHub
- URL: https://github.com/antares0982/lockfree-threadpool
- Owner: Antares0982
- License: mit
- Created: 2023-03-13T11:09:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T15:22:29.000Z (about 2 years ago)
- Last Synced: 2025-06-24T10:49:08.352Z (12 months ago)
- Topics: concurrency, cplusplus, cpp, lockfree, multithreading, thread-pool
- Language: C++
- Homepage:
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lockfree-threadpool
A lock-free thread pool based on bshoshany/thread-pool and cameron314/concurrentqueue