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).
pub async fn serve_ipc(cfg: HttpServerConfig, addr: DaemonAddr) -> Result<()>Serve the daemon over a platform-independent IPC channel (UDS on Unix, Named Pipes on Windows).