- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for maybePropagateCancellationTo (0.52 sec)
-
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-before
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 8K bytes - Viewed (0)