Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AsyncCallableInterruptibleTask (0.43 seconds)

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

          }
        }
    
        abstract void setValue(@ParametricNullness T value);
      }
    
      @WeakOuter
      private final class AsyncCallableInterruptibleTask
          extends CombinedFutureInterruptibleTask<ListenableFuture<V>> {
        private final AsyncCallable<V> callable;
    
        AsyncCallableInterruptibleTask(AsyncCallable<V> callable, Executor listenerExecutor) {
          super(listenerExecutor);
          this.callable = checkNotNull(callable);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 6.8K bytes
    - Click Count (0)
Back to Top