Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for trySetStarted (0.13 seconds)

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

        AsyncCallable<T> task =
            new AsyncCallable<T>() {
              @Override
              public ListenableFuture<T> call() throws Exception {
                if (!taskExecutor.trySetStarted()) {
                  return immediateCancelledFuture();
                }
                return callable.call();
              }
    
              @Override
              public String toString() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Sep 23 01:35:55 GMT 2025
    - 22.1K bytes
    - Click Count (0)
Back to Top