chunked

fun <T> Flow<T>.chunked(bufferSize: Int, bufferFactory: BufferFactory<T>): Flow<Buffer<T>>(source)

Collect incoming flow into fixed size chunks


Specialized flow chunker for real buffer