/threadpool

A threadpool implemented with std::queue

Primary LanguageC++Apache License 2.0Apache-2.0

threadpool

A threadpool implemented with std::queue

compile instruction

g++ -I. -g -rdynamic test/main.cpp -o threadpool -lpthread -std=c++11