Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/flow/internal/
DFlowExceptions.kt10 internal actual class AbortFlowException actual constructor( class
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/flow/internal/
DFlowExceptions.kt10 internal actual class AbortFlowException actual constructor( class
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DFlowExceptions.common.kt16 internal expect class AbortFlowException(owner: FlowCollector<*>) : CancellationException { class
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/flow/internal/
DFlowExceptions.kt10 internal actual class AbortFlowException actual constructor( class