- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SequentialExecutor (0.06 sec)
-
android/guava/src/com/google/common/util/concurrent/ListenerCallQueue.java
* A special purpose queue/executor that dispatches listener events serially on a configured * executor. Each event can be added and dispatched as separate phases. * * <p>This class is very similar to {@link SequentialExecutor} with the exception that events can * be added without necessarily executing immediately. */ private static final class PerListenerQueue<L> implements Runnable { final L listener;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 8.1K bytes - Viewed (0)