Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DConflatedChannel.kt118 … var undeliveredElementException: UndeliveredElementException? = null // resource cancel exception in onCancelIdempotent() variable
128 val undeliveredElementException = if (old === EMPTY) null else in updateValueLocked() constant
DArrayChannel.kt286 …var undeliveredElementException: UndeliveredElementException? = null // first cancel exception, ot… in onCancelIdempotent() variable