Join Slack
Powered by
Additionally, I need two read from two InputStream...
# coroutines
d
diesieben07
11/16/2020, 11:03 AM
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.
2
Views
Open in Slack
Previous
Next