Return the condition used to signal that this queue is not full.
Declared in <bdlcc_queue.h>
<bdlcc_queue.h>
bslmt::Condition& notFullCondition();
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).
reference to the not-full condition variable