Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DBroadcast.kt50 …return scope.broadcast(capacity = capacity, start = start, onCompletion = { cancelConsumed(it) }) { in <lambda>()
DChannels.common.kt109 cancelConsumed(cause) in cause()
113 internal fun ReceiveChannel<*>.cancelConsumed(cause: Throwable?) { in cancelConsumed() method
136 channel.cancelConsumed(cause) in consumesAll()
161 cancelConsumed(cause) in consume()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DChannels.kt67 if (consume) channel.cancelConsumed(cause) in emitAll()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DProduceTest.kt166 … val produced = produce<Int>(coroutineContext, onCompletion = { source.cancelConsumed(it) }) { in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api638 …public static final fun cancelConsumed (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/lang/Thr…