Continuation
Interface representing a continuation after a suspension point that returns a value of type T
.
Since Kotlin
1.3Properties
Functions
Intercepts this continuation with ContinuationInterceptor.
Intercepts this continuation with ContinuationInterceptor.
Intercepts this continuation with ContinuationInterceptor.
Intercepts this continuation with ContinuationInterceptor.
Intercepts this continuation with ContinuationInterceptor.
Intercepts this continuation with ContinuationInterceptor.
Resumes the execution of the corresponding coroutine passing a successful or failed result as the return value of the last suspension point.
Resumes the execution of the corresponding coroutine so that the exception is re-thrown right after the last suspension point.