jyiyang / threadpool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple C++20 thread pool implementation

Requirement

CMake

Build and run

mkdir build
cd build
cmake ..
./test_thread_pool

About


Languages

Language:C++ 89.1%Language:CMake 10.9%