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:
tokio
implementation based ontokio::sync::watch
Modules§
- tasklet
- Tasklets for processing observed values.
Structs§
- Observer
- Observer of a shared value.
- Orphaned
Subscriber Error - Indicates that the publisher has been dropped.
- Publisher
- Publisher of a shared value.
- Ref
- A borrowed reference to the shared value.
- Subscriber
- Subscriber of a shared value.
Traits§
- Modified
Status - Return value of
Publisher::modify
.
Functions§
- subscriber_
into_ changed_ stream - Observe modifications as a stream of changed values.
- subscriber_
into_ changed_ stream_ filtered - Observe modifications as a stream of changed values.