Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for maybePropagateCancellationTo (0.31 sec)

  1. 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() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Feb 20 18:03:37 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  2. 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() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Feb 20 18:03:37 UTC 2025
    - 10.8K bytes
    - Viewed (0)
Back to top