BloombergLP::bdlcc::FixedQueue::disable

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>

void
disable();