- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for PerThreadQueuedDispatcher (0.12 seconds)
-
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)