pub fn init<C: Consume + Send + 'static>(consumer: C)
Expand description
Initialise the progress consumer loop.
Progress reports are only sent through if an init
call has previously been invoked.
ยงExample
howudoin::init(howudoin::consumers::Noop::default());