https://github.com/danielwpz/dwthreadpool
A C++ library that implements simple thread pool.
https://github.com/danielwpz/dwthreadpool
Last synced: about 1 year ago
JSON representation
A C++ library that implements simple thread pool.
- Host: GitHub
- URL: https://github.com/danielwpz/dwthreadpool
- Owner: danielwpz
- License: mit
- Created: 2014-03-15T08:05:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-23T06:53:32.000Z (over 12 years ago)
- Last Synced: 2025-02-16T01:13:32.738Z (over 1 year ago)
- Language: C++
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DWThreadPool
============
A C++ library that implements simple thread pool.