Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxChannel.kt62 override fun onClosedIdempotent(closed: LockFreeLinkedListNode) { in collect() method in kotlinx.coroutines.rx3.SubscriptionChannel
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DChannel.kt86 override fun onClosedIdempotent(closed: LockFreeLinkedListNode) { in consumeEach() method in kotlinx.coroutines.reactive.SubscriptionChannel
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxChannel.kt72 override fun onClosedIdempotent(closed: LockFreeLinkedListNode) { in consumeEach() method in kotlinx.coroutines.rx2.SubscriptionChannel
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt324 onClosedIdempotent(closed) in <lambda>()
331 protected open fun onClosedIdempotent(closed: LockFreeLinkedListNode) {} in <lambda>() method