Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DMainDispatchers.kt22 val dispatcher: MainCoroutineDispatcher = loadMainDispatcher()
24 private fun loadMainDispatcher(): MainCoroutineDispatcher { in loadMainDispatcher() method