https://github.com/narhen/libpthreadpool
A C thread pool based on pthreads
https://github.com/narhen/libpthreadpool
Last synced: 2 months ago
JSON representation
A C thread pool based on pthreads
- Host: GitHub
- URL: https://github.com/narhen/libpthreadpool
- Owner: narhen
- License: mit
- Created: 2015-08-26T19:59:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T15:14:39.000Z (over 9 years ago)
- Last Synced: 2025-01-17T00:19:46.357Z (4 months ago)
- Language: C
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libpthreadpool
A thread pool written in C based on pthreadsDocumentation, examples and more tests will be added in the near future.
#Dependencies
* pthreads#Usage
* To compile as a shared object, simply run make
* To compile tests run make tests