Structsยง
- Barrier
- A barrier enables multiple threads to synchronize the beginning of some computation.
- Barrier
State ๐ - Barrier
Wait Result - 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.