Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt131 public fun consumesAll(vararg channels: ReceiveChannel<*>): CompletionHandler = in consumesAll() method
2183 GlobalScope.produce(context, onCompletion = consumesAll(this, other)) { in zip()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api645 …public static final fun consumesAll ([Lkotlinx/coroutines/channels/ReceiveChannel;)Lkotlin/jvm/fun…