2 unstable releases
0.2.0 | Nov 30, 2024 |
---|---|
0.1.0 | Jul 4, 2024 |
#567 in Asynchronous
223 downloads per month
Used in 5 crates
(via bevy_defer)
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