https://github.com/maxtek6/threadpool
C++ threadpool
https://github.com/maxtek6/threadpool
thread threadpool threads
Last synced: 9 months ago
JSON representation
C++ threadpool
- Host: GitHub
- URL: https://github.com/maxtek6/threadpool
- Owner: maxtek6
- License: mit
- Created: 2024-03-06T22:27:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T13:10:25.000Z (about 1 year ago)
- Last Synced: 2025-05-17T11:11:22.471Z (9 months ago)
- Topics: thread, threadpool, threads
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Threadpool

[](https://codecov.io/gh/maxtek6/threadpool)
Maxtek implementation of thread pooling in C++.
## Requirements
+ CMake
+ Any compiler supporting C++14 or later