Skip to content

ThreadPool is a C++11 header only library of a thread pool and a thread safe queue.

Notifications You must be signed in to change notification settings

Toeplitz/threadpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ThreadPool

ThreadPool is a C++11 header only library of a thread pool and a thread safe queue.

The code is based on `C++ Concurrency in Action: Practical Multithreading' by Anthony A. Williams.

Installation

Linux

mkdir build  && cd build 
cmake .. 
make -j4

About

ThreadPool is a C++11 header only library of a thread pool and a thread safe queue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published