Searched refs:dispatchEventsForeground (Results 1 – 1 of 1) sorted by relevance
49 private val dispatchEventsForeground: Channel<Unit> = Channel(CONFLATED) constant in kotlinx.coroutines.test.TestCoroutineScheduler201 dispatchEventsForeground.trySend(Unit) in sendDispatchEvent()217 …internal val onDispatchEventForeground: SelectClause1<Unit> get() = dispatchEventsForeground.onRec… in receiveDispatchEvent()