Skip to main content

run_multi_apply

Function run_multi_apply 

Source
pub(crate) fn run_multi_apply(
    input: &Path,
    presets: &[PathBuf],
    output_dir: &Path,
    noop: bool,
    jobs: usize,
    use_gpu: bool,
) -> Result<()>