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