Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DLinkedListChannel.kt48 val result = if (hasReceiveOrClosed) in offerSelectInternal()
DAbstractChannel.kt547 protected val hasReceiveOrClosed: Boolean get() = queue.nextNode is ReceiveOrClosed<*> constant