Searched refs:CancellableFlowImpl (Results 1 – 1 of 1) sorted by relevance
256 else -> CancellableFlowImpl(this) in cancellable()267 private class CancellableFlowImpl<T>(private val flow: Flow<T>) : CancellableFlow<T> { class