#waiter #async

async_flag

A oneshot many-waiters, one-broadcaster async primitive

4 releases

0.2.0 Aug 22, 2020
0.1.2 Aug 21, 2020
0.1.1 Aug 21, 2020
0.1.0 Aug 21, 2020

#10 in #waiter

Apache-2.0

9KB
203 lines

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.

Dependencies

~1–1.7MB
~33K SLoC