Skip to main content

run_batch

Function run_batch 

Source
fn run_batch<F>(opts: &BatchContext<'_>, process: F) -> BatchSummary
where F: Fn(&Path, &Path) -> Result<Duration, String> + Sync,
Expand description

Generic batch processing: discover images, process in parallel, summarize.