Wait for all signaled threads to unblock and destroy this barrier.
Synopsis
Declared in <bslmt_barrier.h>
~Barrier();
Description
(See wait and timedWait below for the meaning of signaled.) Note that the behavior is undefined if a barrier is destroyed while one or more threads are waiting on it.
Created with MrDocs