async_flag 0.1.1

A oneshot many-waiters, one-broadcaster async primitive.
Documentation
1
2
3
4
5
async\_flag
===

This crate provides a simple async execution barrier/flag.
It's basically equivalent to a boolean and a condition variable that only allows notifying all waiters.