Wake all threads currently waiting on this condition.
Synopsis
Declared in <bslmt_condition.h>
void
broadcast();
Description
Signal this condition variable object by waking up all threads that are currently waiting on this condition. If there are no threads waiting on this condition, this method has no effect.
Created with MrDocs