Module tokio_util::net
source · 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
andUnixListener
.