Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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