Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for PerThreadQueuedDispatcher (0.29 seconds)

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

       * any events B and C that are posted to the event bus by the subscribers to A.
       */
      static Dispatcher perThreadDispatchQueue() {
        return new PerThreadQueuedDispatcher();
      }
    
      /**
       * Returns a dispatcher that queues events that are posted in a single global queue. This behavior
       * matches the original behavior of AsyncEventBus exactly, but is otherwise not especially useful.
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue May 13 17:27:14 GMT 2025
    - 7.4K bytes
    - Click Count (0)
Back to Top