Crates.io | async_shared |
lib.rs | async_shared |
version | 0.1.0 |
source | src |
created_at | 2024-07-04 20:45:02.843907 |
updated_at | 2024-07-04 20:45:02.843907 |
description | A simple signal implementation. |
homepage | |
repository | https://github.com/mintlu8/bevy_defer |
max_upload_size | |
id | 1292093 |
size | 16,849 |
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.
This is originally Signal
of bevy_defer
, which is used for reactive programming in games.