Running the `multi.rs` example behaves exactly the same whether it's rate limited or not using ```rust let m = MultiProgress::new(); m.set_draw_target(ProgressDrawTarget::to_term(Term::buffered_stderr(), Some(1))); ``` ###### Related #18 ?
Running the
multi.rsexample behaves exactly the same whether it's rate limited or not usingRelated #18 ?