[#BloombergLP-bdlcc-FixedQueue-disable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/FixedQueue.adoc[FixedQueue]::disable :relfileprefix: ../../../ :mrdocs: Disable this queue. All subsequent invocations of `pushBack` or `tryPushBack` will fail immediately. All blocked invocations of `pushBack` will fail immediately. If the queue is already disabled, this method has no effect. == Synopsis Declared in `<bdlcc_fixedqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void disable(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#