Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TrustedFutureInterruptibleTask (0.23 sec)

  1. 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: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Oct 01 17:18:04 UTC 2021
    - 5.6K bytes
    - Viewed (0)
  2. 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: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Oct 01 17:18:04 UTC 2021
    - 5.6K bytes
    - Viewed (0)
Back to top