Skip to main content

spawn_system_binary

Function spawn_system_binary 

Source
async fn spawn_system_binary(
    log_dir: &Path,
    name: &str,
    bin: &str,
    args: &[String],
) -> Result<Spawned>