Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 149 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 149 Bytes

threadpool

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