Module tokio

Source
Expand description

An implementation of EnqueueFd and DequeueFd that is integrated with tokio.

Structsยง

UnixListener
A Unix socket which can accept connections from other Unix sockets.
UnixStream
A structure representing a connected Unix socket with support for passing RawFd.