Home
last modified time | relevance | path

Searched refs:pollSelectInternal (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DConflatedChannel.kt105 protected override fun pollSelectInternal(select: SelectInstance<*>): Any? { in pollSelectInternal() method
DArrayBroadcastChannel.kt304 override fun pollSelectInternal(select: SelectInstance<*>): Any? { in elementAt() method in kotlinx.coroutines.channels.ArrayBroadcastChannel.Subscriber
DArrayChannel.kt218 protected override fun pollSelectInternal(select: SelectInstance<*>): Any? { in pollSelectInternal() method
DAbstractChannel.kt532 protected open fun pollSelectInternal(select: SelectInstance<*>): Any? { in pollSelectInternal() method
738 val pollResult = pollSelectInternal(select) in registerSelectReceiveMode()