Expand description
Wrappers for Tokio types that implement Stream
.
Modules§
- errors
- Error types for the wrappers.
Structs§
- Broadcast
Stream sync
- A wrapper around
tokio::sync::broadcast::Receiver
that implementsStream
. - Interval
Stream time
- A wrapper around
Interval
that implementsStream
. - Receiver
Stream - A wrapper around
tokio::sync::mpsc::Receiver
that implementsStream
. - Unbounded
Receiver Stream - A wrapper around
tokio::sync::mpsc::UnboundedReceiver
that implementsStream
. - Watch
Stream sync
- A wrapper around
tokio::sync::watch::Receiver
that implementsStream
.