Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DMainDispatchers.kt73 cause?.let { throw it } ?: throwMissingMainDispatcherException() in isMissing()
75 internal fun throwMissingMainDispatcherException(): Nothing { in throwMissingMainDispatcherException() method
107 throwMissingMainDispatcherException() in isDispatchNeeded()