Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt566 return receiveSuspend(RECEIVE_THROWS_ON_CLOSE) in receive()
712 … registerSelectReceiveMode(select, RECEIVE_THROWS_ON_CLOSE, block as suspend (Any?) -> R) in registerSelectClause1()
753 RECEIVE_THROWS_ON_CLOSE -> { in tryStartBlockUnintercepted()
981 RECEIVE_THROWS_ON_CLOSE -> select.resumeSelectWithException(closed.receiveException) in resumeOnCancellationFun()
1004 internal const val RECEIVE_THROWS_ON_CLOSE = 0 constant