Home
last modified time | relevance | path

Searched refs:NonListenableSettableFuture (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJdkFutureAdaptersTest.java56 NonListenableSettableFuture<String> abstractFuture = in testListenInPoolThreadIgnoresExecutorWhenDelegateIsDone()
57 NonListenableSettableFuture.create(); in testListenInPoolThreadIgnoresExecutorWhenDelegateIsDone()
85 NonListenableSettableFuture<String> abstractFuture = in testListenInPoolThreadUsesGivenExecutor()
86 NonListenableSettableFuture.create(); in testListenInPoolThreadUsesGivenExecutor()
120 NonListenableSettableFuture<String> abstractFuture = in testListenInPoolThreadCustomExecutorInterrupted()
121 NonListenableSettableFuture.create(); in testListenInPoolThreadCustomExecutorInterrupted()
151 private static final class NonListenableSettableFuture<V> class in JdkFutureAdaptersTest
153 static <V> NonListenableSettableFuture<V> create() { in create()
154 return new NonListenableSettableFuture<V>(); in create()