Chapter 23 : UseCase20 - Buffering for Performance
Feb 17 路 2 min read 路 There are real-world cases where producer is faster than consumer. By default, Flow is sequential. That means: Upstream emits Downstream processes Only then next value emits This is slow but safe. But differing speeds of producers and consumers ...
Join discussion

