2 releases
0.1.1 | Sep 27, 2024 |
---|---|
0.1.0 | Jun 26, 2024 |
#1124 in Asynchronous
383 downloads per month
Used in 21 crates
(2 directly)
17KB
362 lines
Asynchronous Trigger
This crate provides a SPMC barrier where any number of parties can wait for a single other party to complete an action.
Additionally, a promise implementation is provided, implemented in terms of the trigger, that allows any number of parties to wait for a single producer to generate a value.
Dependencies
~1–5.5MB
~27K SLoC