Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DConflatedChannel.kt67 val offerOp = describeTryOffer(element) in offerSelectInternal()
DArrayChannel.kt99 val offerOp = describeTryOffer(element) in offerSelectInternal()
DAbstractChannel.kt69 val offerOp = describeTryOffer(element) in <lambda>()
345 protected fun describeTryOffer(element: E): TryOfferDesc<E> = TryOfferDesc(element, queue) in <lambda>() method