Home
last modified time | relevance | path

Searched refs:SendElement (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt174 SendElement(element, cont) else in <lambda>()
1065 internal open class SendElement<E>( in tryResumeReceive() class
1086 ) : SendElement<E>(pollResult, cont) {