Join Slack
Powered by
When you cancel a CoroutineScope or a Job, its Cor...
# coroutines
s
streetsofboston
09/28/2019, 11:58 PM
When you cancel a CoroutineScope or a Job, its Coroutines throw a CancellationException when code is suspended, propagating all the way up to the top most CoroutineScope. If you break that chain, you may get into trouble....
➕ 2
Open in Slack
Previous
Next