spawn_unix

Function spawn_unix 

pub fn spawn_unix<L: Lelum>(path: &Path, service: L) -> Result<ServerHandle>
Available on crate feature server only.
Expand description

Spawns a LeLuM Varlink server at the given Unix socket path.

ยงPanics

Panics if we fail to create the tokio runtime or spawn the server thread.