Return a reference to the modifiable condition variable used by this queue to signal that the queue is not full (i.e., has fewer items than its high‐water mark).
Synopsis
Declared in <bdlcc_queue.h>
bslmt::Condition&
insertCondition();
Description
DEPRECATED: Use notFullCondition instead.
Created with MrDocs