fakufaku / redpoule

A simple thread pool in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple C++ Thread Pool

Header-only, no dependency thread pool for parallel for loops implementation.

Build and run tests

# prepare
mkdir build
cd build
cmake ..

# build
make

# run test
./test_threadpool

About

A simple thread pool in C++

License:MIT License


Languages

Language:C++ 100.0%