Function pspawn

Source
pub fn pspawn(
    name: Option<&str>,
    path: &str,
    argv: Vec<&str>,
    flags: SpawnFlags,
) -> Result<usize, ErrorStatus>
Expand description

same as pspawn but safe because it makes it clear that argv is consumed`