Disable queuing, delete all queues, and shut down the owned pool.
Synopsis
Declared in <bdlmt_multiqueuethreadpool.h>
void
shutdown();
Description
Disable queuing on all queues, and wait until all non‐paused queues are empty. Then, delete all queues, and shut down the thread pool if the thread pool is owned by this object.
Created with MrDocs