https://kotlinlang.org logo
Title
But that still means every single coroutine needs to opt-in to the exception monitoring
Ideally, I'd like a way to get all errors from any
async
coroutines with having to install the handler
Should I maybe create my custom scope like this?
GlobalScope + handler
Is that possible?
l

louiscad

10/18/2018, 7:03 AM
Yes, you should create a custom scope
s

SUPERCILEX

10/18/2018, 2:39 PM
Cool, will try