async/stream_window_utils library

Stream windowing (time- and count-based) — roadmap #660.

Functions

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