Skip to content

roycefanproxy/cxx17-ThreadPool

Repository files navigation

cxx17-ThreadPool

This implementation is inspired by progschj/ThreadPool and Pithikos/C-Thread-Pool.

A simple thread pool written in C++17.

How to use it

just include all the sources into your project and compile:

g++ main.cc count_semaphore.cc -std=c++17 -pthread -latomic -o example.out

then you are done.

Releases

No releases published

Packages

No packages published

Languages