<https://twitter.com/SUPERCILEX/status/10527576740...
# coroutines
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
Yes, you should create a custom scope
s
Cool, will try