suspend_progress_bars

Function suspend_progress_bars 

Source
pub fn suspend_progress_bars<F, R>(f: F) -> R
where F: FnOnce() -> R,
Expand description

Suspend all progress bars temporarily (useful for user input)