woohp / threadpool

simple thread pool implementation in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple thread pool implementation in C++

Example

View example

Compile and run:

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

About

simple thread pool implementation in C++


Languages

Language:C++ 100.0%