Function start_server

Source
pub async fn start_server<P: AsRef<Path>>(path: P) -> Result<()>
Expand description

Start a local server for IPC

On Unix systems, this uses Unix Domain Sockets On Windows, this falls back to TCP localhost connections