Module interprocess_docfix::nonblocking::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 wellAvailable on crate feature
nonblocking only.Expand description
Asynchronous local sockets.
See the blocking version of this module for more on what those are.
Structs
- IncomingDeprecatedAn infinite asynchronous stream over incoming client connections of a
LocalSocketListener. - LocalSocketListenerDeprecatedAn asynchronous local socket server, listening for connections.
- LocalSocketStreamDeprecatedAn asynchronous local socket byte stream, obtained eiter from
LocalSocketListeneror by connecting to an existing local socket.