Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt444 …override val pollResult: E, // E | Closed - the result pollInternal returns when it rendezvous wit… in <lambda>() constant in SendSelect
477 override val pollResult: Any? get() = element in <lambda>() constant in SendBuffered
738 val pollResult = pollSelectInternal(select) in registerSelectReceiveMode() constant
1038 …abstract val pollResult: Any? // E | Closed - the result pollInternal returns when it rendezvous w… constant in Send
1066 override val pollResult: E, in tryResumeReceive() constant in SendElement
1109 override val pollResult get() = this constant in Closed