Home
last modified time | relevance | path

Searched defs:injectMain (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/
H A DDispatchers.kt17 internal fun injectMain(dispatcher: MainCoroutineDispatcher) { in createDefaultDispatcher() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
H A DDispatchers.kt18 internal fun injectMain(dispatcher: MainCoroutineDispatcher) { in injectMain() method