2 unstable releases

0.2.0 Nov 30, 2024
0.1.0 Jul 4, 2024

#617 in Asynchronous

Download history 10/week @ 2024-11-17 106/week @ 2024-11-24 63/week @ 2024-12-01 36/week @ 2024-12-08 32/week @ 2024-12-15 4/week @ 2024-12-29 7/week @ 2025-01-05 9/week @ 2025-01-12 8/week @ 2025-01-19 2/week @ 2025-01-26 18/week @ 2025-02-02 17/week @ 2025-02-09 77/week @ 2025-02-16 96/week @ 2025-02-23 66/week @ 2025-03-02

259 downloads per month
Used in 9 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