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