Join Slack
Powered by
hi, is it expected that coroutines create Exceptio...
# coroutines
f
fabian
03/27/2018, 5:11 PM
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`:
2
Views
Open in Slack
Previous
Next