You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.