Skip to main content

start_ipc_server

Function start_ipc_server 

Source
pub async fn start_ipc_server(session_key: &str) -> Result<UnixListener>
Expand description

Start an IPC server on a Unix socket.

Removes any stale socket file before binding. The caller is responsible for accepting connections on the returned listener.