Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/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/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/native/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.kt75 internal fun Looper.asHandler(async: Boolean): Handler { in createDispatcher() method