I wish there was a shorthand/more optimized versio...
# coroutines
a
I wish there was a shorthand/more optimized version of this:
Copy code
someFlow
  .conflate()
  .broadcastIn(someScope)
  .asFlow()