[][src]Module async_std::os::unix::net

This is supported on Unix only.

Unix-specific networking extensions.

Structs

IncomingUnix

A stream of incoming Unix domain socket connections.

SocketAddrUnix

An address associated with a Unix socket.

UnixDatagramUnix

A Unix datagram socket.

UnixListenerUnix

A Unix domain socket server, listening for connections.

UnixStreamUnix

A Unix stream socket.