Home
last modified time | relevance | path

Searched refs:isReusableMode (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt48 internal val Int.isReusableMode get() = this == MODE_CANCELLABLE_REUSABLE constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuationImpl.kt138 …if (!resumeMode.isReusableMode) return completed // Do not check postponed cancellation for non-re… in <lambda>()
183 if (!resumeMode.isReusableMode) return false in <lambda>()