Home
last modified time | relevance | path

Searched defs:ChildCancelledException (Results 1 – 4 of 4) sorted by relevance

/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/common/src/flow/internal/
DFlowExceptions.common.kt27 internal expect class ChildCancelledException() : CancellationException 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