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.kt89 fun tryReceive(): Any? = in <lambda>() method in kotlinx.coroutines.lincheck.ChannelLincheckTestBase
170 fun tryReceive(): Any? { in tryReceive() method in SequentialIntChannelBase
/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.kt256 public fun tryReceive(): ChannelResult<E> in receive() method
DAbstractChannel.kt637 public final override fun tryReceive(): ChannelResult<E> { in tryReceive() method