Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCompletionHandler.kt22 internal actual inline fun CompletionHandler.invokeIt(cause: Throwable?) = invoke(cause) method
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DCompletionHandler.kt22 internal actual inline fun CompletionHandler.invokeIt(cause: Throwable?) = invoke(cause) method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCompletionHandler.common.kt45 internal expect fun CompletionHandler.invokeIt(cause: Throwable?) method
DCancellableContinuationImpl.kt227 callCancelHandlerSafely { handler.invokeIt(cause) } in <lambda>()
DJobSupport.kt493 if (invokeImmediately) handler.invokeIt(rootCause) in <lambda>()
504 … if (invokeImmediately) handler.invokeIt((state as? CompletedExceptionally)?.cause) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DCompletionHandler.kt25 internal actual fun CompletionHandler.invokeIt(cause: Throwable?) { in invokeIt() method