Module tokio_util::net
source · [−]This is supported on crate features
net and codec only.Expand description
TCP/UDP/Unix helpers for tokio.
Modules
Unix domain socket helpers.
Structs
Future for accepting a new connection from a listener.
Traits
A trait for a listener: TcpListener and UnixListener.