Home
last modified time | relevance | path

Searched defs:trySelectOther (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt135 public fun trySelectOther(otherOp: PrepareOp?): Any? in trySelect() method
484 override fun trySelectOther(otherOp: PrepareOp?): Any? { in next() method