Structs
- A barrier enables multiple threads to synchronize the beginning of some computation.
- A
BarrierWaitResultis returned byBarrier::wait()when all threads in theBarrierhave rendezvoused.
BarrierWaitResult is returned by Barrier::wait() when all threads
in the Barrier have rendezvoused.