Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt785 val node = ReceiveSelect(this, select, block, receiveMode) in enqueueReceiveSelect()
960 private class ReceiveSelect<R, E>( in resumeOnCancellationFun() class