Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/test/future/
DAsFutureTest.kt67 assertTrue(future.isCompletedExceptionally) in testAsCompletableFutureThrowable()
83 assertTrue(future.isCompletedExceptionally) in testJobAsCompletableFutureThrowable()
99 assertTrue(future.isCompletedExceptionally) in testJobAsCompletableFutureCancellation()
DFutureTest.kt293 assertTrue(future.isCompletedExceptionally) in <lambda>()
301 assertFalse(future.isCompletedExceptionally) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt1185 public val isCompletedExceptionally: Boolean get() = state is CompletedExceptionally in <lambda>() constant
/external/kotlinx.coroutines/
DCHANGES.md1108 * `Deferred.isCompletedExceptionally` and `Deferred.isCancelled` are introduced.
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api428 public final fun isCompletedExceptionally ()Z