[][src]Crate async_barrier

An async barrier.

This crate is an async version of std::sync::Barrier.

Structs

Barrier

A counter to synchronize multiple tasks at the same time.

BarrierWaitResult

Returned by Barrier::wait() when all tasks have called it.