Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Register (0.17 sec)

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

        if (allMustSucceed) {
          // We need fail fast, so we have to keep track of which future failed so we can propagate
          // the exception immediately
    
          // Register a listener on each Future in the list to update the state of this future.
          // Note that if all the futures on the list are done prior to completing this loop, the last
    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