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.
- Barrier
Wait Result - Returned by
Barrier::wait()
when all tasks have called it.