pub fn reset()
Expand description
Reset the progress consumer loop.
This resets all the tracked progress, but keeps the consumer loop alive (as opposed to stopping
it with disable
).
Note that it is usually preferable to initialise a new loop with a fresh consumer.