Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DChannel.kt64 override fun onReceiveEnqueued() { in consumeEach() method in kotlinx.coroutines.reactive.SubscriptionChannel
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt597 if (result) onReceiveEnqueued() in result()
802 protected open fun onReceiveEnqueued() {} in onReceiveEnqueued() method