Hi, I have a `coroutineScope` and within this scop...
# coroutines
l
Hi, I have a
coroutineScope
and within this scope I want to cancel it. How can I prevent cancel cooperation of this scope, so that cancellation isn't propagated?
n
naive way : catch
CancellationException
around
coroutineScope
?
l
Thanks @Natsuki(开元米粉实力代购)