Module net

Source
Available on crate features net and codec only.
Expand description

TCP/UDP/Unix helpers for tokio.

Modules§

unix
Unix domain socket helpers.

Structs§

ListenerAcceptFut
Future for accepting a new connection from a listener.

Traits§

Listener
A trait for a listener: TcpListener and UnixListener.