Join Slack
Powered by
<@U5FRVFK0E> wrapping with `coroutineScope { … }` ...
# coroutines
l
louiscad
11/23/2018, 7:00 PM
@myanmarking
wrapping with
coroutineScope { … }
will
solve your problem because only this scope will be cancelled, and you can then catch the exception outside of it when it rethrows it.
Open in Slack
Previous
Next