Continuation
Interface representing a continuation after a suspension point that returns a value of type T
.
Since Kotlin
1.3Functions
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.
Properties
Extensions
Link copied to clipboard
Intercepts this continuation with ContinuationInterceptor.
Intercepts this continuation with ContinuationInterceptor.
Intercepts this continuation with ContinuationInterceptor.
Intercepts this continuation with ContinuationInterceptor.
Link copied to clipboard
Resumes the execution of the corresponding coroutine so that the exception is re-thrown right after the last suspension point.