Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/lincheck/
DChannelsLincheckTest.kt131 fun tryReceive(): Any? = in tryReceive() method
222 fun tryReceive(): Any? { in receiveCatching() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DTestChannelKind.kt47 override fun tryReceive(): ChannelResult<E> = sub.tryReceive() in toString() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt274 public fun tryReceive(): ChannelResult<E> in receive() method
DBufferedChannel.kt762 override fun tryReceive(): ChannelResult<E> { in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel