Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DRendezvousChannel.kt19 protected final override val isBufferAlwaysEmpty: Boolean get() = true constant
DLinkedListChannel.kt21 protected final override val isBufferAlwaysEmpty: Boolean get() = true constant
DConflatedChannel.kt21 protected final override val isBufferAlwaysEmpty: Boolean get() = false constant
DArrayBroadcastChannel.kt218 override val isBufferAlwaysEmpty: Boolean get() = false in elementAt() constant in kotlinx.coroutines.channels.ArrayBroadcastChannel.Subscriber
DArrayChannel.kt47 protected final override val isBufferAlwaysEmpty: Boolean get() = false constant
DAbstractChannel.kt497 protected abstract val isBufferAlwaysEmpty: Boolean constant
592 … protected open fun enqueueReceiveInternal(receive: Receive<E>): Boolean = if (isBufferAlwaysEmpty) in enqueueReceiveInternal()