kotlin-stdlib / kotlin.coroutines / resume resume Common JVM JS Native 1.3 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.