1 unstable release

0.1.0 Jun 26, 2024

#499 in Asynchronous

Download history 100/week @ 2024-06-20 43/week @ 2024-06-27 3/week @ 2024-07-04 22/week @ 2024-07-11 18/week @ 2024-07-18 12/week @ 2024-08-08 31/week @ 2024-08-15 39/week @ 2024-08-22 67/week @ 2024-08-29

149 downloads per month
Used in 19 crates (2 directly)

Apache-2.0

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–6MB
~27K SLoC