Destroy this multi‐queue thread pool. Disable queuing on all queues, and wait until all queues are empty. Then, delete all queues, and shut down the thread pool if the thread pool is owned by this object. This method will block if any thread is executing start or stop at the time of the call.

Synopsis

Declared in <bdlmt_multiqueuethreadpool.h>

~MultiQueueThreadPool();

Created with MrDocs