Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DOnUndeliveredElement.kt30 internal fun <E> OnUndeliveredElement<E>.callUndeliveredElement(element: E, context: CoroutineConte… in callUndeliveredElement() method
37 { _: Throwable -> callUndeliveredElement(element, context) } in bindCancellationFun()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt468 … channel.onUndeliveredElement?.callUndeliveredElement(pollResult, select.completion.context) in <lambda>()
1095 onUndeliveredElement.callUndeliveredElement(pollResult, cont.context) in undeliveredElement()