async_flag

Crates.ioasync_flag
lib.rsasync_flag
version0.2.0
sourcesrc
created_at2020-08-21 20:10:29.689793
updated_at2020-08-22 03:36:36.259821
descriptionA oneshot many-waiters, one-broadcaster async primitive.
homepage
repositoryhttps://github.com/iburinoc/async_flag
max_upload_size
id279319
size8,991
Sean Purcell (iburinoc)

documentation

https://docs.rs/async_flag

README

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.

Commit count: 7

cargo fmt