Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt813 cont.invokeOnCancellation(handler = RemoveReceiveOnCancel(receive).asHandler) in removeReceiveOnCancel()
815 …private inner class RemoveReceiveOnCancel(private val receive: Receive<*>) : BeforeResumeCancelHan… in removeReceiveOnCancel() class