I'm looking for a way to update a UI from a flow a...
# coroutines
r
I'm looking for a way to update a UI from a flow at a given interval. I was using sample() which works but the first emit is delayed. Is there a way to emit the first item without delay using sample() or some other function?
g
There is no throttle operator in Flow, at least as I remember, there is should be a feature request on coroutines issue tracker