Module spin::barrier[][src]

Synchronization primitive allowing multiple threads to synchronize the beginning of some computation.

Structs

Barrier

A primitive that synchronizes the execution of multiple threads.

BarrierWaitResult

A BarrierWaitResult is returned by wait when all threads in the Barrier have rendezvoused.