[#BloombergLP-bdlmt-MultiQueueThreadPool-stop] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/MultiQueueThreadPool.adoc[MultiQueueThreadPool]::stop :relfileprefix: ../../../ :mrdocs: Disable queuing on all queues and wait until all non‐paused queues are empty. Then, stop the thread pool if the thread pool is owned by this object. Note that `stop` does not attempt to delete queues directly. However, as a side‐effect of emptying all queues, any queue for which `deleteQueue` was called previously will be deleted before `stop` unblocks. == Synopsis Declared in `<bdlmt_multiqueuethreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void stop(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#