Module uds_local_socket

Source
Expand description

Local sockets implemented using Unix domain sockets.

Modules§

tokio
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.