resume

inline fun <T> Continuation<T>.resume(value: T)(source)

Resumes the execution of the corresponding coroutine passing value as the return value of the last suspension point.

Since Kotlin

1.3