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.kt134 public fun trySelectOther(otherOp: PrepareOp?): Any? in trySelect() method
483 override fun trySelectOther(otherOp: PrepareOp?): Any? { in next() method in kotlinx.coroutines.selects.SelectBuilderImpl