Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clearSeenExceptions (0.2 sec)

  1. android/guava/src/com/google/common/util/concurrent/AggregateFuture.java

          boolean wasInterrupted = wasInterrupted();
          for (Future<?> future : localFutures) {
            future.cancel(wasInterrupted);
          }
        }
        /*
         * We don't call clearSeenExceptions() until processCompleted(). Prior to that, it may be needed
         * again if some outstanding input fails.
         */
      }
    
      @Override
      protected final @Nullable String pendingToString() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 16K bytes
    - Viewed (0)
Back to top