Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for perThreadDispatchQueue (0.06 sec)

  1. android/guava/src/com/google/common/eventbus/EventBus.java

       *     identifier.
       */
      public EventBus(String identifier) {
        this(
            identifier, directExecutor(), Dispatcher.perThreadDispatchQueue(), LoggingHandler.INSTANCE);
      }
    
      /**
       * Creates a new EventBus with the given {@link SubscriberExceptionHandler}.
       *
       * @param exceptionHandler Handler for subscriber exceptions.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 03:10:51 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top