Join Slack
Powered by
Is it possible to make an `NonCancelable` Deferred...
# coroutines
s
simon.vergauwen
01/04/2019, 9:05 AM
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.
Open in Slack
Previous
Next