Crates.io | async_flag |
lib.rs | async_flag |
version | 0.2.0 |
source | src |
created_at | 2020-08-21 20:10:29.689793 |
updated_at | 2020-08-22 03:36:36.259821 |
description | A oneshot many-waiters, one-broadcaster async primitive. |
homepage | |
repository | https://github.com/iburinoc/async_flag |
max_upload_size | |
id | 279319 |
size | 8,991 |
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.