Expand description
Discrete observables for asynchronous Functional Reactive Programming (FRP).
Crate Features
One of the following (mutually exclusive) features must be enabled to select a concrete implementation:
tokioimplementation based ontokio::sync::watch
Modules
Tasklets for processing observed values.
Macros
Upgrade a weak reference or break.
Upgrade a weak reference or continue.
Upgrade a weak reference or return.
Upgrade a weak reference or abort the tasklet.
Upgrade a weak reference or continue the tasklet.
Structs
Indicates that the publisher has been dropped.
Read/write a shared value and emit change notifications on write.
A borrowed reference to the shared value.
Read a shared value and receive change notifications asynchronously.
Functions
Create a Publisher with an initial Subscriber.