Is there an equivalent for `Thread.UncaughtExcepti...
# coroutines
e
Is there an equivalent for
Thread.UncaughtExceptionHandler
with `CoroutineExceptionHandler`s that is a globally handled exception handler?
d
I think that goes against structured concurrency. Sounds very naughty.
Why do you want to do this?
e
Was just wondering. Considering it for logging only.
d
Ah logging. There's no global handler to my knowledge. Only for scopes really.