2 unstable releases

0.2.0 Nov 30, 2024
0.1.0 Jul 4, 2024

#567 in Asynchronous

Download history 14/week @ 2024-08-26 10/week @ 2024-09-02 2/week @ 2024-09-09 13/week @ 2024-09-16 25/week @ 2024-09-23 8/week @ 2024-09-30 27/week @ 2024-10-14 8/week @ 2024-10-21 1/week @ 2024-10-28 17/week @ 2024-11-04 13/week @ 2024-11-18 132/week @ 2024-11-25 35/week @ 2024-12-02 43/week @ 2024-12-09

223 downloads per month
Used in 5 crates (via bevy_defer)

MIT/Apache

10KB
242 lines

async_shared

An asynchronous shared value that works in both sync and async code. This is similar to a Watch channel in tokio or a Signal in reactive programming.

Motivation

This is originally Signal of bevy_defer, which is used for reactive programming in games.

Dependencies

~1MB
~18K SLoC