Module tokio_stream::wrappers
source · Expand description
Wrappers for Tokio types that implement Stream
.
Modules§
- Error types for the wrappers.
Structs§
- Broadcast
Stream sync
A wrapper aroundtokio::sync::broadcast::Receiver
that implementsStream
. - Ctrl
Break Stream signal
- CtrlC
Stream signal
- Interval
Stream time
- Lines
Stream io-util
A wrapper aroundtokio::io::Lines
that implementsStream
. - A wrapper around
tokio::fs::ReadDir
that implementsStream
. - A wrapper around
tokio::sync::mpsc::Receiver
that implementsStream
. - Signal
Stream signal
- Split
Stream io-util
A wrapper aroundtokio::io::Split
that implementsStream
. - A wrapper around
TcpListener
that implementsStream
. - A wrapper around
tokio::sync::mpsc::UnboundedReceiver
that implementsStream
. - A wrapper around
UnixListener
that implementsStream
. - Watch
Stream sync
A wrapper aroundtokio::sync::watch::Receiver
that implementsStream
.