Home
Name Modified Size InfoDownloads / Week
README 2013-11-09 855 Bytes
cthreadpool.tar.gz 2013-11-07 13.2 kB
Totals: 2 Items   14.0 kB 0
7-Nov-2013:
Bug Fix:
1. Pending tasks were not executed if the 'threadpool_free' was called. The pool should now wait till all pending tasks are executed.

* Let me know if there are any additional bugs.
* Improvements and suggestions are welcome.

---------------------------------------------------------------------

The cthreadpool project is free and open source (BSD License).

If you are not familiar with the thread pool pattern please refer to:
http://en.wikipedia.org/wiki/Thread_pool_pattern

Instructions:
1. In order to use the threadpool add threadpool.c and threadpool.h to your project and compile it (compiling will create an object(o) file).
2. Check the file threadpool.h for the API.
3. Examples are available in the file example.c.

For questions, suggestions, bug reports or just comments please contact me at:
heber.tomer@gmail.com
Source: README, updated 2013-11-09