Searched refs:withTimeout (Results 1 – 2 of 2) sorted by relevance
26 public static <V> ListenableFuture<V> withTimeout(final ListenableFuture<V> future, long time, in withTimeout() method in FuturesUtil28 return withTimeout(future, time, unit, ContactsExecutors.newHandlerExecutor(handler)); in withTimeout()39 public static <V> ListenableFuture<V> withTimeout(final ListenableFuture<V> future, long time, in withTimeout() method in FuturesUtil
110 Futures.withTimeout( in lookup()