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.kt891 override fun tryResumeReceive(value: E, otherOp: PrepareOp?): Symbol? { in tryResumeReceive() method in ReceiveElement
924 override fun tryResumeReceive(value: E, otherOp: PrepareOp?): Symbol? { in tryResumeReceive() method in ReceiveHasNext
966 override fun tryResumeReceive(value: E, otherOp: PrepareOp?): Symbol? = in resumeOnCancellationFun() method in ReceiveSelect
1058 fun tryResumeReceive(value: E, otherOp: PrepareOp?): Symbol? in tryResumeReceive() method
1112 …override fun tryResumeReceive(value: E, otherOp: PrepareOp?): Symbol? = RESUME_TOKEN.also { otherO… in <lambda>() method in Closed