what are the Flow use-cases? is it mostly to repla...
# coroutines
d
what are the Flow use-cases? is it mostly to replace reactive streams and all of it's implementations?
j
Yes. Any use case for Project Reactor or RxJava or Reactive Streams or j.u.c.Flow or really any observer pattern can be modeled by k.c.Flow.
👌 3
e
This blog post explains a standalone motivation for flow (unrelated to reactive streams): https://medium.com/@elizarov/cold-flows-hot-channels-d74769805f9
👍 1
d
cool, thank you