pub fn channel() -> (ProgressSender, ProgressReceiver)Expand description
Create a new progress broadcast channel with a bounded buffer.
Buffer size of 256 events is enough for typical mapping operations (5-7 layer events + ~200 URL events + periodic counters).