Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TrustedFutureInterruptibleTask (0.14 sec)

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

          return "task=[" + localTask + "]";
        }
        return super.pendingToString();
      }
    
      @WeakOuter
      private final class TrustedFutureInterruptibleTask extends InterruptibleTask<V> {
        private final Callable<V> callable;
    
        TrustedFutureInterruptibleTask(Callable<V> callable) {
          this.callable = checkNotNull(callable);
        }
    
        @Override
        final boolean isDone() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 11 18:52:30 UTC 2025
    - 5.5K bytes
    - Viewed (0)
Back to top