- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for maybePropagateCancellationTo (0.13 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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)