Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addCausalChain (0.18 sec)

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

           *   triggered handleException.)
           *
           * TODO(cpovirk): Think about whether we could/should use Verify to check the return value of
           * addCausalChain.
           */
          boolean unused = addCausalChain(seen, requireNonNull(tryInternalFastPathGetFailure()));
        }
      }
    
      /**
       * Collects the result (success or failure) of one input future. The input must not have been
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 01 21:46:34 GMT 2024
    - 15.4K bytes
    - Viewed (0)
Back to top