Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DOnUndeliveredElement.kt36 internal fun <E> OnUndeliveredElement<E>.bindCancellationFun(element: E, context: CoroutineContext)… in bindCancellationFun() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt863 … cont.resume(true, channel.onUndeliveredElement?.bindCancellationFun(result as E, cont.context)) in hasNextSuspend()
917 onUndeliveredElement.bindCancellationFun(value, cont.context) in toString()
955 iterator.channel.onUndeliveredElement?.bindCancellationFun(value, cont.context) in resumeOnCancellationFun()
997 channel.onUndeliveredElement?.bindCancellationFun(value, select.completion.context) in resumeOnCancellationFun()