Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DTestChannelKind.kt45 override suspend fun receiveOrNull(): E? = sub.receiveOrNull() in toString() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt225 public suspend fun receiveOrNull(): E? in send() method
DChannels.common.kt56 public suspend fun <E : Any> ReceiveChannel<E>.receiveOrNull(): E? { in receiveOrNull() method
DAbstractChannel.kt600 public final override suspend fun receiveOrNull(): E? { in receiveOrNull() method