Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DRendezvousChannel.kt21 protected final override val isBufferAlwaysFull: Boolean get() = true constant
DLinkedListChannel.kt23 protected final override val isBufferAlwaysFull: Boolean get() = false constant
DArrayBroadcastChannel.kt65 override val isBufferAlwaysFull: Boolean get() = false constant in kotlinx.coroutines.channels.ArrayBroadcastChannel
220 override val isBufferAlwaysFull: Boolean get() = error("Should not be used") in elementAt() constant in kotlinx.coroutines.channels.ArrayBroadcastChannel.Subscriber
DConflatedChannel.kt23 protected final override val isBufferAlwaysFull: Boolean get() = false constant
DArrayChannel.kt49 protected final override val isBufferAlwaysFull: Boolean get() = false constant
DAbstractChannel.kt31 protected abstract val isBufferAlwaysFull: Boolean in <lambda>() constant in kotlinx.coroutines.channels.AbstractSendChannel
226 if (isBufferAlwaysFull) { in <lambda>()