Home
last modified time | relevance | path

Searched refs:toCancellationException (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannelCoroutine.kt33 val exception = cause.toCancellationException() in <lambda>()
DBroadcast.kt147 val exception = cause.toCancellationException() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt416 … is Finishing -> state.rootCause?.toCancellationException("$classSimpleName is cancelling") in <lambda>()
419 is CompletedExceptionally -> state.cause.toCancellationException() in <lambda>()
423 … protected fun Throwable.toCancellationException(message: String? = null): CancellationException = in <lambda>() method
623 cancelInternal(cause?.toCancellationException() ?: defaultCancellationException()) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api439 …protected final fun toCancellationException (Ljava/lang/Throwable;Ljava/lang/String;)Ljava/util/co…
440 …public static synthetic fun toCancellationException$default (Lkotlinx/coroutines/JobSupport;Ljava/…