Searched refs:pairSelectOp (Results 1 – 1 of 1) sorted by relevance
494 val pairSelectOp = PairSelectOp(otherOp) in next() constant495 if (!_state.compareAndSet(NOT_SELECTED, pairSelectOp)) return@loop in next()496 val decision = pairSelectOp.perform(this) in next()