[#BloombergLP-bdlmt-FixedThreadPool-disable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/FixedThreadPool.adoc[FixedThreadPool]::disable :relfileprefix: ../../../ :mrdocs: Disable enqueueing into this pool. All subsequent invocations of `enqueueJob` or `tryEnqueueJob` will fail immediately. All blocked invocations of `enqueueJob` will fail immediately. If the pool is already enqueue disabled, this method has no effect. Note that this method has no effect on jobs currently in the pool. == Synopsis Declared in `<bdlmt_fixedthreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void disable(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#