Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannelCoroutine.kt33 override fun cancelInternal(cause: Throwable) { in <lambda>() method
DBroadcast.kt82 override fun cancelInternal(cause: Throwable) { in <lambda>() method
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DClientCallImpl.java464 private void cancelInternal(@Nullable String message, @Nullable Throwable cause) { in cancelInternal() method in ClientCallImpl
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt662 public open fun cancelInternal(cause: Throwable) { in <lambda>() method