Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestCoroutineScheduler.kt52 private val dispatchEvents: Channel<Unit> = Channel(CONFLATED) constant in kotlinx.coroutines.test.TestCoroutineScheduler
199 dispatchEvents.trySend(Unit) in sendDispatchEvent()
207 internal suspend fun receiveDispatchEvent() = dispatchEvents.receive() in receiveDispatchEvent()
212 internal val onDispatchEvent: SelectClause1<Unit> get() = dispatchEvents.onReceive in receiveDispatchEvent()