- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for pureKey (0.03 sec)
-
android/guava/src/com/google/common/util/concurrent/TimeoutFuture.java
* call cancel() and be unable to cancel the delegate. * There are a number of ways to solve this, none of which are very pretty, and it is currently * believed to be a purely theoretical problem (since the other actions should supply sufficient * write-barriers). */ @LazyInit private @Nullable ListenableFuture<V> delegateRef; @LazyInit private @Nullable ScheduledFuture<?> timer;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 8K bytes - Viewed (0)