Home
last modified time | relevance | path

Searched defs:onUndeliveredElement (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DArrayChannel.kt285 val onUndeliveredElement = onUndeliveredElement in onCancelIdempotent() constant
DAbstractChannel.kt20 @JvmField protected val onUndeliveredElement: OnUndeliveredElement<E>? in <lambda>() constant in kotlinx.coroutines.channels.AbstractSendChannel
914 @JvmField val onUndeliveredElement: OnUndeliveredElement<E> in toString() constant
1085 @JvmField val onUndeliveredElement: OnUndeliveredElement<E> constant