Expand description
Wrappers for Tokio types that implement Stream
.
Modulesยง
- errors
- Error types for the wrappers.
- interval ๐
- mpsc_
bounded ๐ - mpsc_
unbounded ๐ - tcp_
listener ๐ - unix_
listener ๐
Structsยง
- Interval
Stream - A wrapper around
Interval
that implementsStream
. - Receiver
Stream - A wrapper around
tokio::sync::mpsc::Receiver
that implementsStream
. - TcpListener
Stream - A wrapper around
TcpListener
that implementsStream
. - Unbounded
Receiver Stream - A wrapper around
tokio::sync::mpsc::UnboundedReceiver
that implementsStream
. - Unix
Listener Stream - A wrapper around
UnixListener
that implementsStream
.