Searched defs:sendException (Results 1 – 2 of 2) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ | ||
D | ConflatedBroadcastChannel.kt | 61 …val sendException: Throwable get() = closeCause ?: ClosedSendChannelException(DEFAULT_CLOSE_MESSAG… in <lambda>() constant in kotlinx.coroutines.channels.ConflatedBroadcastChannel.Closed |
D | AbstractChannel.kt | 210 val sendException = closed.sendException in <lambda>() constant |