Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestCoroutineScheduler.kt217 …internal val onDispatchEventForeground: SelectClause1<Unit> get() = dispatchEventsForeground.onRec… in receiveDispatchEvent() constant in kotlinx.coroutines.test.TestCoroutineScheduler
DTestBuilders.kt511 scheduler.onDispatchEventForeground { in runTestCoroutineLegacy()