Skip to main content

serve_ipc

Function serve_ipc 

Source
pub async fn serve_ipc(cfg: HttpServerConfig, addr: DaemonAddr) -> Result<()>
Expand description

Serve the daemon over a platform-independent IPC channel (UDS on Unix, Named Pipes on Windows).