async/stream_buffer_utils library

Stream buffering (bufferCount, bufferTime-style) — roadmap #664.

Functions

bufferCount<T>(Stream<T> stream, int count) Stream<List<T>>
Buffers stream into lists of size count.