/threadpool

A simple C++ threadpool based on POSIX threads.

Primary LanguageC++

threadpool

A very simple C++ threadpool based on POSIX threads (also known as pthreads). Sample usage is also provided in the test code.