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