Skip to main content

Module ipc

Module ipc 

Source
Expand description

IPC transport via Unix domain sockets.

Provides Unix domain socket support for inter-process communication with zero-copy and low-latency characteristics.

Functionsยง

accept
Accept a connection on a Unix domain socket listener.
bind
Bind a Unix domain socket listener.
connect
Connect to a Unix domain socket.