Function spawn_process

Source
pub fn spawn_process<A: IntoIterator<Item = S> + Clone, S: AsRef<OsStr>>(
    prog: &str,
    superuser: bool,
    should_output: bool,
    args: A,
) -> Child
Expand description

Spawn a detached process