Skip to main content

spawn_background

Function spawn_background 

Source
pub async fn spawn_background(
    command: &str,
    cwd: Option<&Path>,
) -> Result<Arc<ShellSession>, String>