Does flow have an operator similar Rx’s `buffer(lo...
# coroutines
v
Does flow have an operator similar Rx’s `buffer(long timespan, TimeUnit unit)`and what is it called?
l
@voben Not built-in, but how would you want it to behave?