Home
last modified time | relevance | path

Searched defs:onReceiveOrNull (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DTestChannelKind.kt58 override val onReceiveOrNull: SelectClause1<E?> in toString() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt243 public val onReceiveOrNull: SelectClause1<E?> in send() constant
DChannels.common.kt72 public fun <E : Any> ReceiveChannel<E>.onReceiveOrNull(): SelectClause1<E?> { in onReceiveOrNull() method
DAbstractChannel.kt716 final override val onReceiveOrNull: SelectClause1<E?> constant