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::Receiverthat implementsStream. - Interval
Stream time - A wrapper around
Intervalthat implementsStream. - Receiver
Stream - A wrapper around
tokio::sync::mpsc::Receiverthat implementsStream. - Unbounded
Receiver Stream - A wrapper around
tokio::sync::mpsc::UnboundedReceiverthat implementsStream. - Watch
Stream sync - A wrapper around
tokio::sync::watch::Receiverthat implementsStream.