Here is my implementation based on `flowOn`. I am ...
# coroutines
a
Here is my implementation based on
flowOn
. I am not sure I've done context switching correctly. And I can't use internal functions like
getCancellationException
for proper exception propagation. I will open a ticket for this.
d
Why pass in a
CoroutineScope
? Why not use the created one?
a
good idea, I replaced scope by dispatcher thus limiting scope influence.