Is it possible to make an `NonCancelable` Deferred...
# coroutines
s
Is it possible to make an
NonCancelable
Deferred? I expected using
CoroutineScope(Dispatchers.Default + NonCancelable)
as a scope would do the trick but it doesn’t seem to work.