Home
last modified time | relevance | path

Searched defs:cancelInternal (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannelCoroutine.kt32 override fun cancelInternal(cause: Throwable) { in <lambda>() method
DBroadcast.kt146 override fun cancelInternal(cause: Throwable) { in <lambda>() method
DArrayBroadcastChannel.kt87 private fun cancelInternal(cause: Throwable?): Boolean = in cancelInternal() method
DAbstractChannel.kt642 internal fun cancelInternal(cause: Throwable?): Boolean = in cancelInternal() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt628 public open fun cancelInternal(cause: Throwable) { in <lambda>() method