Searched defs:shouldSendSuspend (Results 1 – 2 of 2) sorted by relevance
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ | ||
| D | ConflatedBufferedChannel.kt | 117 override fun shouldSendSuspend() = false // never suspends. in <lambda>() method |
| D | BufferedChannel.kt | 602 private fun shouldSendSuspend(curSendersAndCloseStatus: Long): Boolean { in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel |