Home
last modified time | relevance | path

Searched defs:onReceiveCatching (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DTestChannelKind.kt57 override val onReceiveCatching: SelectClause1<ChannelResult<E>> in toString() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt249 public val onReceiveCatching: SelectClause1<ChannelResult<E>> in receive() constant
DAbstractChannel.kt741 final override val onReceiveCatching: SelectClause1<ChannelResult<E>> constant