A generic thread pool for modern C++.
Go to file
Kjistóf 4cd6eb4e2f added missing std::forwards to decltype based stuff
the previous version could have caused some minor trouble in extreme
edge-cases
2016-11-27 17:58:47 +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 added missing std::forwards to decltype based stuff 2016-11-27 17:58:47 +01:00