Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DFlowCoroutine.kt61 val coroutine = FlowProduceCoroutine(newContext, channel) in flowProduce()
76 private class FlowProduceCoroutine<T>( class