Home
last modified time | relevance | path

Searched refs:ChildCancelledException (Results 1 – 8 of 8) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DFlowCoroutine.kt71 if (cause is ChildCancelledException) return true in childCancelled()
81 if (cause is ChildCancelledException) return true in childCancelled()
DFlowExceptions.common.kt27 internal expect class ChildCancelledException() : CancellationException class
DMerge.kt29 cancel(ChildCancelledException()) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/flow/internal/
DFlowExceptions.kt13 internal actual class ChildCancelledException : CancellationException("Child of the scoped flow was… class
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/flow/internal/
DFlowExceptions.kt13 internal actual class ChildCancelledException : CancellationException("Child of the scoped flow was… class
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/flow/internal/
DFlowExceptions.kt22 internal actual class ChildCancelledException : CancellationException("Child of the scoped flow was… class
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/internal/
DFlowScopeTest.kt41 child.cancel(ChildCancelledException()) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DDelay.kt291 ticker.cancel(ChildCancelledException()) in sample()