Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DMerge.kt52 return scope.produce(context, capacity, block = collectToFun) in create()
90 return scope.produce(context, capacity, block = collectToFun) in additionalToStringProps()
DChannelFlow.kt59 internal val collectToFun: suspend (ProducerScope<T>) -> Unit constant in kotlinx.coroutines.flow.internal.ChannelFlow
119 …ce(context, produceCapacity, onBufferOverflow, start = CoroutineStart.ATOMIC, block = collectToFun) in create()