Module local_socket

Module local_socket 

Source
👎Deprecated: does not integrate with async runtimes, leading to poor performance and bugs related to reading and writing at the same time (you can’t) – see the tokio modules for relevant IPC primitives or open an issue if you want more async runtimes to be supported as well
Available on crate feature nonblocking only.
Expand description

Asynchronous local sockets.

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

Structs§

IncomingDeprecated
An infinite asynchronous stream over incoming client connections of a LocalSocketListener.
LocalSocketListenerDeprecated
An asynchronous local socket server, listening for connections.
LocalSocketStreamDeprecated
An asynchronous local socket byte stream, obtained eiter from LocalSocketListener or by connecting to an existing local socket.