async_shared

Crates.ioasync_shared
lib.rsasync_shared
version0.1.0
sourcesrc
created_at2024-07-04 20:45:02.843907
updated_at2024-07-04 20:45:02.843907
descriptionA simple signal implementation.
homepage
repositoryhttps://github.com/mintlu8/bevy_defer
max_upload_size
id1292093
size16,849
Mincong Lu (mintlu8)

documentation

README

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.

Commit count: 213

cargo fmt