Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DProduce.kt134 val coroutine = ProducerCoroutine(newContext, channel) in produce()
140 internal open class ProducerCoroutine<E>( class
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DFlowCoroutine.kt79 ) : ProducerCoroutine<T>(parentContext, channel) {