Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestCoroutineScheduler.kt49 private val dispatchEventsForeground: Channel<Unit> = Channel(CONFLATED) constant in kotlinx.coroutines.test.TestCoroutineScheduler
201 dispatchEventsForeground.trySend(Unit) in sendDispatchEvent()
217 …internal val onDispatchEventForeground: SelectClause1<Unit> get() = dispatchEventsForeground.onRec… in receiveDispatchEvent()