/threadpool

simple thread pool implementation in C++

Primary LanguageC++

Simple thread pool implementation in C++

Example

View example

Compile and run:

g++ -std=c++20 example.cpp
./a.out