👎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§
- Incoming
Deprecated - An infinite asynchronous stream over incoming client connections of a
LocalSocketListener. - Local
Socket Listener Deprecated - An asynchronous local socket server, listening for connections.
- Local
Socket Stream Deprecated - An asynchronous local socket byte stream, obtained eiter from
LocalSocketListeneror by connecting to an existing local socket.