Crate async_barrier

Source
Expand description

DO NOT USE!

This crate was merged into async-lock, which provides the API this crate used to.

Structsยง

Barrier
A counter to synchronize multiple tasks at the same time.
BarrierWaitResult
Returned by Barrier::wait() when all tasks have called it.