Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt900 override fun tryResumeReceive(value: E, otherOp: PrepareOp?): Symbol? { in tryResumeReceive() method in ReceiveElement
932 override fun tryResumeReceive(value: E, otherOp: PrepareOp?): Symbol? { in tryResumeReceive() method in ReceiveHasNext
974 override fun tryResumeReceive(value: E, otherOp: PrepareOp?): Symbol? = in resumeOnCancellationFun() method in ReceiveSelect
1060 fun tryResumeReceive(value: E, otherOp: PrepareOp?): Symbol? in tryResumeReceive() method
1114 …override fun tryResumeReceive(value: E, otherOp: PrepareOp?): Symbol = RESUME_TOKEN.also { otherOp… in <lambda>() method in Closed