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