[][src]Function pipeprogress::read::read_loop

pub fn read_loop(
    infile: &str,
    stats_tx: Sender<usize>,
    write_tx: Sender<Vec<u8>>
) -> Result<()>