<@U2E974ELT> I have a question about exception pro...
# coroutines
m
@elizarov I have a question about exception propagation. I can see that
handleCoroutineException()
tries to forward/handle the exceptions. So my question is: is the call to
handleCoroutineException()
generated by the compiler? maybe as part of the
Continuation
or by wrapping the state machine with a trycatch?
e
No. It is purely a library feature. You can find all its usages in the source to see where it is invoked