2 unstable releases

0.2.0 Nov 30, 2024
0.1.0 Jul 4, 2024

#560 in Asynchronous

36 downloads per month
Used in 6 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