/threadpool-cpp

threadpool in cpp-11

Primary LanguageC++

threadpool-cpp

threadpool in cpp-11

利用C++11特性实现简单的线程池,用于加深对线程池实现原理的理解

编译运行:

mkdir build && cd build
cmake ..
make