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.
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
Publisherwith an initialSubscriber.