kotlin.coroutines.experimental.Continuation.resumeWithException

resumeWithException

abstract fun resumeWithException(exception: Throwable)

Resumes the execution of the corresponding coroutine so that the exception is re-thrown right after the last suspension point.

© 2010–2017 JetBrains s.r.o.