Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt606 return receiveSuspend(RECEIVE_NULL_ON_CLOSE) in receiveOrNull()
720 … registerSelectReceiveMode(select, RECEIVE_NULL_ON_CLOSE, block as suspend (Any?) -> R) in registerSelectClause1()
760 RECEIVE_NULL_ON_CLOSE -> { in tryStartBlockUnintercepted()
903 … receiveMode == RECEIVE_NULL_ON_CLOSE && closed.closeCause == null -> cont.resume(null) in completeResumeReceive()
983 RECEIVE_NULL_ON_CLOSE -> if (closed.closeCause == null) { in resumeOnCancellationFun()
1005 internal const val RECEIVE_NULL_ON_CLOSE = 1 constant