async_shared 0.2.0

A simple signal implementation.
Documentation
1
2
3
4
5
6
7
8
# 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.