Return the 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&
notFullCondition();

Created with MrDocs