Skip to main content

report_progress

Function report_progress 

Source
fn report_progress(
    counter: &AtomicUsize,
    total: usize,
    input: &Path,
    outcome: &Result<Duration, String>,
)
Expand description

Print progress for a completed image. Thread-safe via atomic counter.