Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/internal/
DTestMainDispatcherJvm.kt13 val otherFactories = allFactories.filter { it !== this } in createDispatcher() constant
14 …val secondBestFactory = otherFactories.maxByOrNull { it.loadPriority } ?: MissingMainCoroutineDisp… in createDispatcher()
15 val dispatcher = secondBestFactory.tryCreateDispatcher(otherFactories) in createDispatcher()