Continuation
inline fun <T> Continuation(context: CoroutineContext, crossinline resumeWith: (Result<T>) -> Unit): Continuation<T>
Content copied to clipboard
Creates a Continuation instance with the given context and implementation of resumeWith method.
Since Kotlin
1.3