Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for inCompletionOrder (0.1 seconds)

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

       * too.
       *
       * @since 17.0
       */
      public static <T extends @Nullable Object> ImmutableList<ListenableFuture<T>> inCompletionOrder(
          Iterable<? extends ListenableFuture<? extends T>> futures) {
        ListenableFuture<? extends T>[] copy = gwtCompatibleToArray(futures);
        InCompletionOrderState<T> state = new InCompletionOrderState<>(copy);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 19:26:39 GMT 2026
    - 64.2K bytes
    - Click Count (0)
Back to Top