[][src]Module lifeline::barrier

Structs

Barrier

A type which provdides a runtime synchronization barrier. BarrierReceiver implements Future, and the associated receiver completes when this barrier is dropped, or when release is called.

BarrierReceiver

A receiver for a Barrier channel.

Functions

barrier

Constructs a new barrier pair (sender/receiver)