Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narhen/libpthreadpool
A C thread pool based on pthreads
https://github.com/narhen/libpthreadpool
Last synced: about 23 hours 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: 2023-03-12T06:48:27.071Z (almost 2 years 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