ThreadPool icon indicating copy to clipboard operation
ThreadPool copied to clipboard

C++11 thread pool implementation

Results 2 ThreadPool issues
Sort by recently updated
recently updated
newest added

Hi there, thank you very much for this powerful, simple and impressively compact library! Just a minor issue, we get compile warnings under clang 14: ``` /xxx/libs/cpp/threadpool/threadpool.hpp:177:28: warning: explicitly defaulted...

If I try to build the library, the build fails: Compiler: GCC 11 OS: debian testing ``` g++ -std=c++11 -O3 -pthread main.cpp In file included from main.cpp:1: threadpool.hpp: In member...