Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt114 … protected fun describeSendBuffered(element: E): AddLastDesc<*> = SendBufferedDesc(queue, element) in <lambda>()
116 private open class SendBufferedDesc<E>( in <lambda>() class in kotlinx.coroutines.channels.AbstractSendChannel