- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SynchronizedSubscriber (1.5 sec)
-
android/guava/src/com/google/common/eventbus/Subscriber.java
/** * Subscriber that synchronizes invocations of a method to ensure that only one thread may enter * the method at a time. */ @VisibleForTesting static final class SynchronizedSubscriber extends Subscriber { private SynchronizedSubscriber(EventBus bus, Object target, Method method) { super(bus, target, method); } @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed May 14 19:40:47 UTC 2025 - 4.7K bytes - Viewed (0)