Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DContext.kt256 else -> CancellableFlowImpl(this) in cancellable()
267 private class CancellableFlowImpl<T>(private val flow: Flow<T>) : CancellableFlow<T> { class