Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AbstractExecutorService (0.13 sec)

  1. guava/src/com/google/common/util/concurrent/MoreExecutors.java

       * implementations.
       */
      @SuppressWarnings({
        "GoodTime", // should accept a java.time.Duration
        "CatchingUnchecked", // sneaky checked exception
        "Interruption", // We copy AbstractExecutorService.invokeAny. Maybe we shouldn't: b/227335009.
      })
      @J2ktIncompatible
      @GwtIncompatible
      @ParametricNullness
      static <T extends @Nullable Object> T invokeAnyImpl(
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:51:36 UTC 2024
    - 44.1K bytes
    - Viewed (0)
Back to top