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.
© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines.experimental.intrinsics/-c-o-r-o-u-t-i-n-e_-s-u-s-p-e-n-d-e-d.html