Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt104 queue.addLastIfPrev(SendBuffered(element)) { prev -> in <lambda>()
119 ) : AddLastDesc<SendBuffered<E>>(queue, SendBuffered(element)) { in <lambda>()
474 internal class SendBuffered<out E>( in <lambda>() class