Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumKotlincoroutines basics launch asyncSingle-choice MCQ

When does an exception thrown inside an async block surface to the caller?

val deferred = scope.async { throw IllegalStateException("boom") }