Module tokio

Source
Expand description

Async Local sockets for Tokio implemented using Unix domain sockets.

Structs§

Listener
Wrapper around UnixListener that implements Listener.
RecvHalf
Stream’s receive half, internally implemented using Arc by Tokio.
SendHalf
Stream’s send half, internally implemented using Arc by Tokio.
Stream
Wrapper around UnixStream that implements Stream.