Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DUnconfined.kt21 yieldContext.dispatcherWasUnconfined = true in isDispatchNeeded()
39 var dispatcherWasUnconfined = false in toString() variable
DYield.kt43 if (yieldContext.dispatcherWasUnconfined) { in <lambda>()