Structs§
- A barrier enables multiple tasks to synchronize the beginning of some computation.
- A
BarrierWaitResult
is returned bywait
when all tasks in theBarrier
have rendezvoused.
BarrierWaitResult
is returned by wait
when all tasks in the Barrier
have rendezvoused.