https://github.com/narhen/libpthreadpool
A C thread pool based on pthreads
https://github.com/narhen/libpthreadpool
Last synced: 12 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T15:14:39.000Z (almost 11 years ago)
- Last Synced: 2025-06-12T14:05:23.556Z (12 months ago)
- Language: C
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- 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 pthreads
Documentation, 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