Function run_command_background

Source
pub async fn run_command_background(
    program: &str,
    args: &[String],
    current_dir: &str,
    stdout_file: File,
    stderr_file: File,
    env: Option<HashMap<String, String>>,
) -> Result<Child>