Expand description
Unix-specific networking functionality
This corresponds to async_std::os::unix::net
.
Structsยง
- An iterator over incoming connections to a
UnixListener
. - An address associated with a Unix socket.
- A Unix datagram socket.
- A structure representing a Unix domain socket server.
- A Unix stream socket.