Skip to main content

buffer_count

Function buffer_count 

Source
pub fn buffer_count<T: Clone + 'static>(count: usize) -> Operator<Vec<T>>
Expand description

buffer_count: emit chunks of count, flushing the remainder on source COMPLETE.