- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for maybePropagateCancellationTo (0.22 seconds)
-
android/guava/src/com/google/common/util/concurrent/TimeoutFuture.java
} return message; } return null; } @Override protected void afterDone() { @RetainedLocalRef ListenableFuture<? extends V> delegate = delegateRef; maybePropagateCancellationTo(delegate); @RetainedLocalRef Future<?> localTimer = timer; // Try to cancel the timer as an optimization. // timer may be null if this call to run was by the timer task since there is no happens-beforeCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 8K bytes - Click Count (0) -
guava/src/com/google/common/util/concurrent/AbstractTransformFuture.java
abstract void setResult(@ParametricNullness T result); @Override protected final void afterDone() { @RetainedLocalRef ListenableFuture<? extends I> localInputFuture = inputFuture; maybePropagateCancellationTo(localInputFuture); this.inputFuture = null; this.function = null; } @Override protected @Nullable String pendingToString() {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Feb 20 18:03:37 GMT 2025 - 10.8K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/AbstractTransformFuture.java
abstract void setResult(@ParametricNullness T result); @Override protected final void afterDone() { @RetainedLocalRef ListenableFuture<? extends I> localInputFuture = inputFuture; maybePropagateCancellationTo(localInputFuture); this.inputFuture = null; this.function = null; } @Override protected @Nullable String pendingToString() {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Feb 20 18:03:37 GMT 2025 - 10.8K bytes - Click Count (0)