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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
ghostincircuit/DynamicThreadPool
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published