Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCompletableDeferred.kt48 public fun completeExceptionally(exception: Throwable): Boolean in complete() method
91 override fun completeExceptionally(exception: Throwable): Boolean = method
DCompletableJob.kt44 public fun completeExceptionally(exception: Throwable): Boolean method
DJobSupport.kt1324 override fun completeExceptionally(exception: Throwable): Boolean = in complete() method
/external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/
DLottieCompositionResult.kt122 internal fun completeExceptionally(error: Throwable) { in completeExceptionally() method in com.airbnb.lottie.compose.LottieCompositionResultImpl