Additionally, I need two read from two InputStream...
# coroutines
d
Additionally, I need two read from two InputStreams produce the flow - which means I need two threads (or two IO coroutines). But you can't
launch
inside
flow {}
and using
flowOn
it's still just one coroutine. I can't combine two `flow { }`s because the two use the same underlying resource.