Package io.floodplain.external

Functions

bufferTimeout
Link copied to clipboard
fun <T> Flow<T>.bufferTimeout(size: Int, duration: Long): Flow<List<T>>
Buffered timeout, that will save up entries until a certain size or time limit.