hi, is it expected that coroutines create Exceptio...
# coroutines
f
hi, is it expected that coroutines create Exceptions that are circular (via
suppressedExceptions
) in some scenarios? For example I have an uncaught runtime Exception in a coroutine and this is the Exception delivered to `invokeOnCompletion`: