Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for AbstractExecutorService (0.12 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/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(
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Jan 28 22:39:02 GMT 2026
    - 45.6K bytes
    - Click Count (0)
  2. guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java

    cpovirk <******@****.***> 1773701012 -0700
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 26.1K bytes
    - Click Count (0)
  3. android/guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java

    cpovirk <******@****.***> 1773701012 -0700
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 26.1K bytes
    - Click Count (0)
Back to Top