Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 190 Bytes

File metadata and controls

13 lines (9 loc) · 190 Bytes

Thread Pool Example

Example of using a thread pool to do asyncronous processing in a main program loop.

Build

mkdir build && cd build
cmake ..
make
./thread_pool_example