resumeWith
Требования к платформе и версии: JVM (1.0), JS (1.0), Native (1.0)
abstract fun resumeWith(result: Result<T>)
Возобновляет выполнение соответствующей корутины, передавая успешный или неудачный результат в качестве возвращаемого значения последней точки приостановки.
© 2010–2022 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/-continuation/resume-with.html