Searched refs:handleCoroutineException (Results 1 – 21 of 21) sorted by relevance
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/ |
D | RxCancellable.kt | 23 handleCoroutineException(context, cause) in handleUndeliverableException()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/ |
D | RxCancellable.kt | 23 handleCoroutineException(context, cause) in handleUndeliverableException()
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/testdata/ |
D | r8-test-common.pro | 8 void handleCoroutineException(...);
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | OnUndeliveredElement.kt | 32 handleCoroutineException(context, ex) in callUndeliveredElement()
|
D | DispatchedTask.kt | 146 handleCoroutineException(this.delegate.context, reason) in handleFatalException()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/ |
D | Publish.kt | 75 …eContext) -> Unit = { t, ctx -> if (t !is CancellationException) handleCoroutineException(ctx, t) } in t() 225 handleCoroutineException(context, e) in doLockedSignalCompleted()
|
D | ReactiveFlow.kt | 209 handleCoroutineException(coroutineContext, e) in flowProcessing()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | CoroutineExceptionHandler.kt | 21 public fun handleCoroutineException(context: CoroutineContext, exception: Throwable) { in handleCoroutineExceptionImpl() method
|
D | AbstractCoroutine.kt | 119 handleCoroutineException(context, exception) in afterResume()
|
D | CancellableContinuationImpl.kt | 215 handleCoroutineException( in <lambda>() 237 handleCoroutineException( in <lambda>()
|
D | Builders.common.kt | 189 handleCoroutineException(context, exception) in invoke()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/ |
D | Mono.kt | 80 handleCoroutineException(context, cause) in onCancelled()
|
D | Flux.kt | 79 handleCoroutineException(ctx, e) in e()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | Produce.kt | 152 if (!processed && !handled) handleCoroutineException(context, cause) in onCancelled()
|
D | Broadcast.kt | 158 if (!processed && !handled) handleCoroutineException(context, cause) in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/ |
D | Actor.kt | 139 handleCoroutineException(context, exception) in handleJobException()
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/src/future/ |
D | Future.kt | 63 handleCoroutineException(context, cause) in onCancelled()
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/src/ |
D | ListenableFuture.kt | 317 handleCoroutineException(context, cause) in onCancelled()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/ |
D | Select.kt | 358 handleCoroutineException(context, e) in next()
|
/external/kotlinx.coroutines/ |
D | CHANGES.md | 584 …* Change `handleCoroutineException` contract, so custom exception handlers can't break coroutines …
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/ |
D | kotlinx-coroutines-core.api | 188 …public static final fun handleCoroutineException (Lkotlin/coroutines/CoroutineContext;Ljava/lang/T…
|