Home
last modified time | relevance | path

Searched defs:receiveCatching (Results 1 – 4 of 4) 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/jvm/test/lincheck/
DChannelsLincheckTest.kt126 suspend fun receiveCatching(): Any = c.receiveCatching() in receiveCatching() method in ChannelLincheckTestBase
220 suspend fun receiveCatching() = receive() in receiveCatching() method in SequentialIntChannelBase
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt260 public suspend fun receiveCatching(): ChannelResult<E> in receive() method
DBufferedChannel.kt731 override suspend fun receiveCatching(): ChannelResult<E> = in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel