BloombergLP::bdlcc::BoundedQueue::disablePushBack

Disable enqueueing into this queue.

Synopsis

Declared in <bdlcc_boundedqueue.h>

void
disablePushBack();

Description

All subsequent invocations of pushBack or tryPushBack will fail immediately. All blocked invocations of pushBack will fail immediately. If the queue is already enqueue disabled, this method has no effect.