Skip to content

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

License

Notifications You must be signed in to change notification settings

ghostincircuit/DynamicThreadPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published