kotlin-flow-extensions / hu.akarnokd.kotlin.flow / BufferingResumableCollector / <init>

<init>

BufferingResumableCollector(capacity: Int)

A collector that can buffer a fixed number of items and drain it with much less need to coordinate the resumption per items.