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. Audited: 2026-06-12 11:26 EDT