Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt135 public fun trySelectOther(otherOp: PrepareOp?): Any? in trySelect() method
391 val result = trySelectOther(null) in next()
484 override fun trySelectOther(otherOp: PrepareOp?): Any? { in next() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt450 select.trySelectOther(otherOp) as Symbol? // must return symbol in <lambda>()
967 select.trySelectOther(otherOp) as Symbol? in resumeOnCancellationFun()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api1214 …public fun trySelectOther (Lkotlinx/coroutines/internal/LockFreeLinkedListNode$PrepareOp;)Ljava/la…
1236 …public abstract fun trySelectOther (Lkotlinx/coroutines/internal/LockFreeLinkedListNode$PrepareOp;…