Skip to content

jabaa/ThreadPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

ThreadPool

A C++11 library implementing a thread pool.

Installation with conan

Add remote: conan remote add jabaa https://api.bintray.com/conan/jabaa/Conan

Install: conan install -r jabaa ThreadPool@0.1@jabaa/stable

Build from source

Generate with examples: cmake -DBUILD_EXAMPLES=true ..

or

Generate without examples: cmake ..

Build:cmake --build .