| Crates.io | async_shared |
| lib.rs | async_shared |
| version | 0.2.0 |
| created_at | 2024-07-04 20:45:02.843907+00 |
| updated_at | 2024-11-30 11:32:52.208618+00 |
| description | A simple signal implementation. |
| homepage | |
| repository | https://github.com/mintlu8/bevy_defer |
| max_upload_size | |
| id | 1292093 |
| size | 9,595 |
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.