What's the best way to flatten a `Flow<Flow<...
# coroutines
j
What's the best way to flatten a
Flow<Flow<T>>
to
Flow<T>
?
j
What is the usecase of that? You have
emitAll
to emit a flow without having to collect + emit
j
Thanks @Javier @Zach Klippenstein (he/him) [MOD]!