- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for AggregateFuture (0.15 sec)
-
android/guava/src/com/google/common/util/concurrent/AggregateFuture.java
import static com.google.common.base.Preconditions.checkNotNull; import static com.google.common.base.Preconditions.checkState; import static com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.ALL_INPUT_FUTURES_PROCESSED; import static com.google.common.util.concurrent.AggregateFuture.ReleaseResourcesReason.OUTPUT_FUTURE_DONE; import static com.google.common.util.concurrent.MoreExecutors.directExecutor;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 16K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/AbstractFutureState.java
* "should" always work on Android, too, but we know of a Samsung bug there :)) However, in * AggregateFutureStateFallbackAtomicHelperTest, we test what happens to AggregateFuture in * the case of the Samsung bug, and we do that by breaking AtomicReferenceFieldUpdater. * Breaking AtomicReferenceFieldUpdater not only forces AggregateFutureState to fall back to
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 33.2K bytes - Viewed (0)