Expand description
Signals from Channels, Futures, and Streams.
Modules§
Structs§
- Channel
Closed - Error type indicating a channel has closed.
- Channel
Signal - A reactive signal for channels that produce multiple values with error handling.
- Future
Signal - A reactive signal for futures that resolve to a single value.
- Resource
- A reactive resource that automatically fetches data when its dependencies change.
- Stream
Signal - A reactive signal for streams that produce multiple values.
Traits§
- Blocking
Receiver - Trait for blocking receivers.
- Pollable
Receiver - Trait for receivers that can be polled (not blocking).