Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DConflatedBufferedChannel.kt117 override fun shouldSendSuspend() = false // never suspends. in <lambda>() method
DBufferedChannel.kt602 private fun shouldSendSuspend(curSendersAndCloseStatus: Long): Boolean { in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel
625 internal open fun shouldSendSuspend(): Boolean = shouldSendSuspend(sendersAndCloseStatus.value) in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel