- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for NonListenableSettableFuture (0.26 seconds)
-
guava-tests/test/com/google/common/util/concurrent/JdkFutureAdaptersTest.java
} /** A Future that doesn't implement ListenableFuture, useful for testing listenInPoolThread. */ private static final class NonListenableSettableFuture<V> extends ForwardingFuture<V> { static <V> NonListenableSettableFuture<V> create() { return new NonListenableSettableFuture<V>(); } final SettableFuture<V> delegate = SettableFuture.create(); @Override protected Future<V> delegate() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 10K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/JdkFutureAdaptersTest.java
} /** A Future that doesn't implement ListenableFuture, useful for testing listenInPoolThread. */ private static final class NonListenableSettableFuture<V> extends ForwardingFuture<V> { static <V> NonListenableSettableFuture<V> create() { return new NonListenableSettableFuture<V>(); } final SettableFuture<V> delegate = SettableFuture.create(); @Override protected Future<V> delegate() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 10K bytes - Click Count (0)