Searched defs:tryReceive (Results 1 – 5 of 5) sorted by relevance
131 fun tryReceive(): Any? = in tryReceive() method in ChannelLincheckTestBase222 fun tryReceive(): Any? { in receiveCatching() method
47 override fun tryReceive(): ChannelResult<E> = sub.tryReceive() in toString() method
181 bool tryReceive(T* msg) { in tryReceive() function
274 public fun tryReceive(): ChannelResult<E> in receive() method
762 override fun tryReceive(): ChannelResult<E> { in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel