Home
last modified time | relevance | path

Searched defs:ensurePlatformExceptionHandlerLoaded (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/
DCoroutineExceptionHandlerImpl.kt11 internal actual fun ensurePlatformExceptionHandlerLoaded(callback: CoroutineExceptionHandler) { in ensurePlatformExceptionHandlerLoaded() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DCoroutineExceptionHandlerImpl.common.kt15 internal expect fun ensurePlatformExceptionHandlerLoaded(callback: CoroutineExceptionHandler) in ensurePlatformExceptionHandlerLoaded() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DCoroutineExceptionHandlerImpl.kt14 internal actual fun ensurePlatformExceptionHandlerLoaded(callback: CoroutineExceptionHandler) { in ensurePlatformExceptionHandlerLoaded() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DCoroutineExceptionHandlerImpl.kt22 internal actual fun ensurePlatformExceptionHandlerLoaded(callback: CoroutineExceptionHandler) { in ensurePlatformExceptionHandlerLoaded() method