Searched defs:cancelImpl (Results 1 – 3 of 3) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ | ||
D | BroadcastChannel.kt | 343 override fun cancelImpl(cause: Throwable?): Boolean = lock.withLock { // protected by lock in <lambda>() method in kotlinx.coroutines.channels.BroadcastChannelImpl |
D | BufferedChannel.kt | 1764 internal open fun cancelImpl(cause: Throwable?): Boolean = in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel |
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ | ||
D | JobSupport.kt | 666 internal fun cancelImpl(cause: Any?): Boolean { in <lambda>() method |