A generic thread pool for modern C++.
Go to file
Kjistóf 923680f44b abandoned my template based approach of tackling code dupe. closes #1.
I've decided, that the approach was too complex, you can look at the
code in commit f4eead282f, it's some of
the worst template-magic I have ever written and it didn't even work in
that state. now it is handled simply via a bool parameter, the compiler
should optimize it away anyway
2016-12-01 22:46:49 +01:00
.gitignore refactored code intho thread_pool.hpp & test.cpp for testing. 2016-11-27 17:54:55 +01:00
CMakeLists.txt refactored code intho thread_pool.hpp & test.cpp for testing. 2016-11-27 17:54:55 +01:00
COPYING.txt relicensed code under WTFPL 2016-11-12 10:43:18 +01:00
test.cpp refactored code intho thread_pool.hpp & test.cpp for testing. 2016-11-27 17:54:55 +01:00
thread_pool.hpp abandoned my template based approach of tackling code dupe. closes #1. 2016-12-01 22:46:49 +01:00