Home
last modified time | relevance | path

Searched refs:handleCoroutineException (Results 1 – 21 of 21) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxCancellable.kt23 handleCoroutineException(context, cause) in handleUndeliverableException()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxCancellable.kt23 handleCoroutineException(context, cause) in handleUndeliverableException()
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/testdata/
Dr8-test-common.pro8 void handleCoroutineException(...);
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DOnUndeliveredElement.kt32 handleCoroutineException(context, ex) in callUndeliveredElement()
DDispatchedTask.kt146 handleCoroutineException(this.delegate.context, reason) in handleFatalException()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DPublish.kt75 …eContext) -> Unit = { t, ctx -> if (t !is CancellationException) handleCoroutineException(ctx, t) } in t()
225 handleCoroutineException(context, e) in doLockedSignalCompleted()
DReactiveFlow.kt209 handleCoroutineException(coroutineContext, e) in flowProcessing()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineExceptionHandler.kt21 public fun handleCoroutineException(context: CoroutineContext, exception: Throwable) { in handleCoroutineExceptionImpl() method
DAbstractCoroutine.kt119 handleCoroutineException(context, exception) in afterResume()
DCancellableContinuationImpl.kt215 handleCoroutineException( in <lambda>()
237 handleCoroutineException( in <lambda>()
DBuilders.common.kt189 handleCoroutineException(context, exception) in invoke()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DMono.kt80 handleCoroutineException(context, cause) in onCancelled()
DFlux.kt79 handleCoroutineException(ctx, e) in e()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DProduce.kt152 if (!processed && !handled) handleCoroutineException(context, cause) in onCancelled()
DBroadcast.kt158 if (!processed && !handled) handleCoroutineException(context, cause) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/
DActor.kt139 handleCoroutineException(context, exception) in handleJobException()
/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/src/future/
DFuture.kt63 handleCoroutineException(context, cause) in onCancelled()
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/src/
DListenableFuture.kt317 handleCoroutineException(context, cause) in onCancelled()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt358 handleCoroutineException(context, e) in next()
/external/kotlinx.coroutines/
DCHANGES.md584 …* Change `handleCoroutineException` contract, so custom exception handlers can't break coroutines …
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api188 …public static final fun handleCoroutineException (Lkotlin/coroutines/CoroutineContext;Ljava/lang/T…