Module uds_local_socket

Module uds_local_socket 

Source
Available on Unix only.
Expand description

Local sockets implemented using Unix domain sockets.

Modules§

tokiotokio
Async Local sockets for Tokio implemented using Unix domain sockets.

Structs§

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