Searched refs:handleCoroutineException (Results 1 – 23 of 23) sorted by relevance
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/ |
D | Await.kt | 221 handleCoroutineException(cont.context, in awaitOne() 320 handleCoroutineException(context, 327 handleCoroutineException(context,
|
D | Publish.kt | 62 …eContext) -> Unit = { t, ctx -> if (t !is CancellationException) handleCoroutineException(ctx, t) } in t() 249 handleCoroutineException(context, e) in doLockedSignalCompleted() 259 handleCoroutineException(context, cause) in doLockedSignalCompleted()
|
D | ReactiveFlow.kt | 219 handleCoroutineException(coroutineContext, cause) in flowProcessing() 228 handleCoroutineException(coroutineContext, e) in flowProcessing()
|
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/ |
D | ReportingSupervisorJob.kt | 22 handleCoroutineException(this, cause)
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/ |
D | RxCancellable.kt | 24 handleCoroutineException(context, cause) in handleUndeliverableException()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/ |
D | RxCancellable.kt | 24 handleCoroutineException(context, cause) in handleUndeliverableException()
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/src/ |
D | ListenableFuture.kt | 140 .onFailure { handleCoroutineException(EmptyCoroutineContext, it) } in asDeferred() 145 .onFailure { handleCoroutineException(EmptyCoroutineContext, it) } in asDeferred()
|
/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 | LimitedDispatcher.kt | 117 handleCoroutineException(EmptyCoroutineContext, e) in <lambda>()
|
D | DispatchedTask.kt | 148 handleCoroutineException(this.delegate.context, reason) in handleFatalException()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | CoroutineExceptionHandler.kt | 20 public fun handleCoroutineException(context: CoroutineContext, exception: Throwable) { in handleCoroutineException() method
|
D | AbstractCoroutine.kt | 108 handleCoroutineException(context, exception) in afterResume()
|
D | CancellableContinuationImpl.kt | 234 handleCoroutineException( in <lambda>() 262 handleCoroutineException( in <lambda>()
|
D | Builders.common.kt | 194 handleCoroutineException(context, exception) in invoke()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/ |
D | Flux.kt | 64 handleCoroutineException(ctx, cause) in ctx()
|
D | Mono.kt | 117 handleCoroutineException(context, cause) in onCancelled()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | Produce.kt | 148 if (!processed && !handled) handleCoroutineException(context, cause) in onCancelled()
|
D | Broadcast.kt | 172 if (!processed && !handled) handleCoroutineException(context, cause) in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/ |
D | Actor.kt | 143 handleCoroutineException(context, exception) in handleJobException()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jdk8/src/future/ |
D | Future.kt | 142 handleCoroutineException(EmptyCoroutineContext, e) in asDeferred()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/ |
D | kotlinx-coroutines-core.api | 207 …public static final fun handleCoroutineException (Lkotlin/coroutines/CoroutineContext;Ljava/lang/T…
|
/external/kotlinx.coroutines/ |
D | CHANGES_UP_TO_1.7.md | 1034 …* Change `handleCoroutineException` contract, so custom exception handlers can't break coroutines …
|