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