Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt494 val pairSelectOp = PairSelectOp(otherOp) in next() constant
495 if (!_state.compareAndSet(NOT_SELECTED, pairSelectOp)) return@loop in next()
496 val decision = pairSelectOp.perform(this) in next()