W3cubDocs

/Kotlin

COROUTINE_SUSPENDED

val COROUTINE_SUSPENDED: Any

Platform and version requirements: Kotlin 1.1

This value is used as a return value of suspendCoroutineOrReturn block argument to state that the execution was suspended and will not return any result immediately.