Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt743 else -> block.tryStartBlockUnintercepted(select, receiveMode, pollResult) in registerSelectReceiveMode()
749 …private fun <R> (suspend (Any?) -> R).tryStartBlockUnintercepted(select: SelectInstance<R>, receiv… in tryStartBlockUnintercepted() method