Module barrier

Source

Structsยง

Barrier
A barrier enables multiple threads to synchronize the beginning of some computation.
BarrierState ๐Ÿ”’
BarrierWaitResult
A BarrierWaitResult is returned by Barrier::wait() when all threads in the Barrier have rendezvoused.