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