Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DMerge.kt52 return scope.flowProduce(context, capacity, block = collectToFun) in create()
90 return scope.flowProduce(context, capacity, block = collectToFun) in additionalToStringProps()
DFlowCoroutine.kt54 internal fun <T> CoroutineScope.flowProduce( in flowProduce() method