Home
last modified time | relevance | path

Searched defs:produceImpl (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DMerge.kt51 override fun produceImpl(scope: CoroutineScope): ReceiveChannel<T> { in create() method
89 override fun produceImpl(scope: CoroutineScope): ReceiveChannel<T> { in additionalToStringProps() method
DChannelFlow.kt118 public open fun produceImpl(scope: CoroutineScope): ReceiveChannel<T> = in create() method in kotlinx.coroutines.flow.internal.ChannelFlow
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DChannels.kt118 override fun produceImpl(scope: CoroutineScope): ReceiveChannel<T> { in receiveAsFlow() method