#signal #shared #async

async_shared

A simple signal implementation

1 unstable release

0.1.0 Jul 4, 2024

#81 in #signal

31 downloads per month
Used in 3 crates (via bevy_defer)

MIT/Apache

17KB
516 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

~375KB