Home
last modified time | relevance | path

Searched defs:resumeCancellable (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDispatched.kt115 inline fun resumeCancellable(value: T) { in <lambda>() method
183 internal fun <T> Continuation<T>.resumeCancellable(value: T) = when (this) { in resumeCancellable() method