interprocess
2.2.3
Module uds_
local_
socket
Module Items
Modules
Structs
In interprocess::
os::
unix
interprocess
::
os
::
unix
Module
uds_local_socket
Copy item path
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
.
Recv
Half
Stream
’s receive half, implemented using
Arc
.
Send
Half
Stream
’s send half, implemented using
Arc
.
Stream
Wrapper around
UnixStream
that implements
Stream
.