Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DTestChannelKind.kt45 override suspend fun receiveCatching(): ChannelResult<E> = sub.receiveCatching() in toString() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt242 public suspend fun receiveCatching(): ChannelResult<E> in receive() method
DAbstractChannel.kt628 public final override suspend fun receiveCatching(): ChannelResult<E> { in receiveCatching() method