Skip to content

fakufaku/redpoule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages