Expand description
IPC transport via Unix domain sockets.
Provides Unix domain socket support for inter-process communication with zero-copy and low-latency characteristics.
Structs§
- IpcListener
- A bound Unix domain socket listener that unlinks its socket file on drop.