floodplain-api
/
io.floodplain.external
Package io.
floodplain.
external
Functions
Functions
bufferTimeout
Link copied to clipboard
fun <
T
>
Flow
<
T
>.
bufferTimeout
(size:
Int
, duration:
Long
):
Flow
<
List
<
T
>>
Content copied to clipboard
Buffered timeout, that will save up entries until a certain size or time limit.