Skip to content

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

Notifications You must be signed in to change notification settings

muncasterconsulting/thread_pool_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published