pub fn try_spawn_ipc( spawn_handle: &SpawnTaskHandle, path: String, api_handle: ApiHandle, ) -> Result<()>
Launches an ipc server at the given path in a new task.