Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newSingleThreadExecutor (0.41 sec)

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

       * despite not throwing a RejectedExecutionException synchronously with the call to {@code
       * execute}. If this behaviour is problematic, use an Executor with a single thread (e.g. {@link
       * Executors#newSingleThreadExecutor}).
       *
       * @since 23.3 (since 23.1 as {@code sequentialExecutor})
       */
      @J2ktIncompatible
      @GwtIncompatible
      public static Executor newSequentialExecutor(Executor delegate) {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Apr 17 16:33:44 GMT 2024
    - 41.8K bytes
    - Viewed (0)
Back to top