Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DirectExecutorService (0.07 sec)

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

       *
       * @since 18.0 (present as MoreExecutors.sameThreadExecutor() since 10.0)
       */
      @GwtIncompatible // TODO
      public static ListeningExecutorService newDirectExecutorService() {
        return new DirectExecutorService();
      }
    
      /**
       * Returns an {@link Executor} that runs each task in the thread that invokes {@link
       * Executor#execute execute}, as in {@link CallerRunsPolicy}.
       *
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Wed Oct 08 18:55:33 UTC 2025
    - 45.2K bytes
    - Viewed (0)
Back to top