do kotlin flows provide a mean of batching items i...
# coroutines
p
do kotlin flows provide a mean of batching items into collections? e.g.
flow.batch(size=20).collect { items -> /* do some batched operation e.g. a database insert */ }