set_progress

Function set_progress 

Source
pub fn set_progress(processed: usize, total: usize)
Expand description

Set the progress counters (processed and total files).

Thread-safe; can be called from any thread.