Return the condition variable used by this queue to signal that the queue is not empty.
Synopsis
Declared in <bdlcc_queue.h>
bslmt::Condition&
notEmptyCondition();
Return Value
reference to the not‐empty condition variable
Created with MrDocs