Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DCompletionHandler.kt15 internal actual inline val CompletionHandlerBase.asHandler: CompletionHandler get() = asDynamic() in invoke() constant
23 internal actual inline val CancelHandlerBase.asHandler: CompletionHandler get() = asDynamic() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/src/
DCompletionHandler.kt13 internal actual inline val CompletionHandlerBase.asHandler: CompletionHandler get() = this in invoke() constant
19 internal actual inline val CancelHandlerBase.asHandler: CompletionHandler get() = this constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCompletionHandler.common.kt34 internal expect val CompletionHandlerBase.asHandler: CompletionHandler in invoke() constant
41 internal expect val CancelHandlerBase.asHandler: CompletionHandler constant
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/
DHandlerDispatcher.kt84 internal fun Looper.asHandler(async: Boolean): Handler { in hintOnError() method