Home
last modified time | relevance | path

Searched defs:consumeAsFlow (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jdk8/src/stream/
DStream.kt13 public fun <T> Stream<T>.consumeAsFlow(): Flow<T> = StreamFlow(this) in consumeAsFlow() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DChannels.kt82 public fun <T> ReceiveChannel<T>.consumeAsFlow(): Flow<T> = ChannelAsFlow(this, consume = true) in receiveAsFlow() method