Module receiver_signal

Module receiver_signal 

Source
Expand description

Signals from Channels, Futures, and Streams.

Modules§

executors

Structs§

ChannelClosed
Error type indicating a channel has closed.
ChannelSignal
A reactive signal for channels that produce multiple values with error handling.
FutureSignal
A reactive signal for futures that resolve to a single value.
Resource
A reactive resource that automatically fetches data when its dependencies change.
StreamSignal
A reactive signal for streams that produce multiple values.

Traits§

BlockingReceiver
Trait for blocking receivers.
PollableReceiver
Trait for receivers that can be polled (not blocking).