Skip to content

Repository files navigation

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.

About

a simple C++ thread pool that allows dynamic size adjustment, it depends only on STL list and queue and pthread, no C++11 dependency also

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages