Function rhymuproc::start_detached[][src]

pub fn start_detached<P, A, S>(path: P, args: A) -> usize where
    P: AsRef<Path>,
    A: IntoIterator<Item = S>,
    S: AsRef<OsStr>, 

Start a new process that inherits no file handles and runs in an independent session. The caller provides the path of the primary executable to run in the new process, as well as any args (arguments) to provide the new process on its command line.