- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for perThreadDispatchQueue (0.1 sec)
-
guava/src/com/google/common/eventbus/Dispatcher.java
* thread. That is, all subscribers to a single event A will be called before any subscribers to * 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
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Dec 15 19:31:54 UTC 2023 - 7.3K bytes - Viewed (0)