kotlinx.coroutines
1.6.4-SNAPSHOT
common
kotlinx-coroutines-core
/
kotlinx.coroutines.channels
/
onReceiveOrNull
on
Receive
Or
Null
common
fun
<
E
:
Any
>
ReceiveChannel
<
E
>
.
onReceiveOrNull
(
)
:
SelectClause1
<
E
?
>
Content copied to clipboard
This function is deprecated in the favour of
ReceiveChannel.onReceiveCatching
Sources
common source
Link copied to clipboard