Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DConflatedBroadcastChannel.kt61 …val sendException: Throwable get() = closeCause ?: ClosedSendChannelException(DEFAULT_CLOSE_MESSAG… in <lambda>() constant in kotlinx.coroutines.channels.ConflatedBroadcastChannel.Closed
DAbstractChannel.kt210 val sendException = closed.sendException in <lambda>() constant
1105 …val sendException: Throwable get() = closeCause ?: ClosedSendChannelException(DEFAULT_CLOSE_MESSAG… constant in Closed