Module tokio_stream::wrappers
source · Expand description
Wrappers for Tokio types that implement Stream
.
Modules§
- Error types for the wrappers.
Structs§
- BroadcastStream
sync
A wrapper aroundtokio::sync::broadcast::Receiver
that implementsStream
. - CtrlBreakStream
signal
- CtrlCStream
signal
- IntervalStream
time
- LinesStream
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
. - SignalStream
signal
- SplitStream
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
. - WatchStream
sync
A wrapper aroundtokio::sync::watch::Receiver
that implementsStream
.