Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DChannel.kt81 override fun onReceiveDequeued() { in consumeEach() method in kotlinx.coroutines.reactive.SubscriptionChannel
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt795 if (it != null && it !is Closed<*>) onReceiveDequeued() in takeFirstReceiveOrPeekClosed()
808 protected open fun onReceiveDequeued() {} in onReceiveDequeued() method
818 onReceiveDequeued() in removeReceiveOnCancel()
993 channel.onReceiveDequeued() // notify cancellation of receive in resumeOnCancellationFun()