Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 268 Bytes

File metadata and controls

6 lines (5 loc) · 268 Bytes

DynamicThreadPool

a simple C++ thread pool that allows dynamic size adjustment. It depends only on STL list and queue and pthread, no C++11 dependency, so it should be very portable. See TestDynamicThreadPool.cpp for usage, build it by typing make.