async_flag 0.2.0

A oneshot many-waiters, one-broadcaster async primitive.
Documentation

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.