https://github.com/jech/threadpool
Threadpool library
https://github.com/jech/threadpool
Last synced: 8 months ago
JSON representation
Threadpool library
- Host: GitHub
- URL: https://github.com/jech/threadpool
- Owner: jech
- License: mit
- Created: 2011-10-20T20:54:59.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T12:42:00.000Z (about 11 years ago)
- Last Synced: 2025-04-10T22:43:54.335Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 156 KB
- Stars: 24
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
Awesome Lists containing this project
README
A thread pool library with support for callbacks and that is somewhat
faster than the ones floating around on the net. See the file threadpool.h
for documentation.
Juliusz Chroboczek