Skip to main content

spawn

Function spawn 

Source
pub fn spawn<A: AsRef<OsStr>>(
    udid: &str,
    bundle_path: &Path,
    exe_path: &Path,
    args: impl Iterator<Item = A>,
) -> Result<ExitStatus>