2 releases

0.1.1 Sep 27, 2024
0.1.0 Jun 26, 2024

#1927 in Asynchronous

Download history 126/week @ 2025-08-31 42/week @ 2025-09-07 40/week @ 2025-09-14 43/week @ 2025-09-21 104/week @ 2025-09-28 32/week @ 2025-10-05 46/week @ 2025-10-12 86/week @ 2025-10-19 54/week @ 2025-10-26 44/week @ 2025-11-02 46/week @ 2025-11-09 46/week @ 2025-11-16 44/week @ 2025-11-23 43/week @ 2025-11-30 37/week @ 2025-12-07 1/week @ 2025-12-14

137 downloads per month
Used in 21 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–1.4MB
~26K SLoC