Home
last modified time | relevance | path

Searched defs:ReceiveChannel (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DTickerChannelCommonTest.kt110 private fun ReceiveChannel<Int>.averageInTimeWindow(timespan: Long) = GlobalScope.produce { in <lambda>() method
162 fun ReceiveChannel<Unit>.checkEmpty() = assertNull(poll()) in checkEmpty() method
164 fun ReceiveChannel<Unit>.checkNotEmpty() { in checkEmpty() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt148 public interface ReceiveChannel<out E> { in send() interface