pub fn measure_and_recv<T>(chan: &Receiver<T>, pb: &ProgressBar) -> Option<T>Expand description
Fetch from a receiver while updating the length.
pub fn measure_and_recv<T>(chan: &Receiver<T>, pb: &ProgressBar) -> Option<T>Fetch from a receiver while updating the length.