Return a reference to the modifiable mutex used by this queue to synchronize access to its underlying bdlc::Queue object.
Synopsis
Declared in <bdlcc_queue.h>
bslmt::Mutex&
mutex();
Return Value
reference to the mutex used by this queue
Created with MrDocs