Module interprocess::nonblocking::local_socket[][src]

This is supported on crate feature nonblocking only.

Asynchronous local sockets.

See the blocking version of this module for more on what those are.

Structs

Incoming

An infinite asynchronous stream over incoming client connections of a LocalSocketListener.

LocalSocketListener

An asynchronous local socket server, listening for connections.

LocalSocketStream

An asynchronous local socket byte stream, obtained eiter from LocalSocketListener or by connecting to an existing local socket.