Function fdio::spawn

source ·
pub fn spawn(
    job: &Job,
    options: SpawnOptions,
    path: &CStr,
    argv: &[&CStr]
) -> Result<Process, Status>
Expand description

Spawn a process in the given job.