Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DMainDispatchers.kt38 factories.maxBy { it.loadPriority }?.tryCreateDispatcher(factories) in loadMainDispatcher()
55 public fun MainDispatcherFactory.tryCreateDispatcher(factories: List<MainDispatcherFactory>): MainC… in tryCreateDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/src/internal/
DMainTestDispatcher.kt19 mainFactory.tryCreateDispatcher(emptyList()).let { in <lambda>()