- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getFromAlreadyDoneTrustedFuture (0.21 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/util/concurrent/AbstractFuture.java
/* * TODO: b/112550045 - Use this from Futures.getDone when applicable? Note the small difference in * failure message between the two at present. */ final V getFromAlreadyDoneTrustedFuture() throws ExecutionException { @RetainedLocalRef Object localValue = value(); if (localValue == null | localValue instanceof DelegatingToFuture) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 14:39:00 GMT 2026 - 43.6K bytes - Click Count (0)