Removed Methods |
V getChecked(Future<V>, Class<X>, Duration)
|
Returns the result of Future.get(long, TimeUnit), converting most exceptions to a new
instance of the given checked exception type. |
ListenableFuture<O> scheduleAsync(AsyncCallable<O>, Duration, ScheduledExecutorService)
|
Schedules {@code callable} on the specified {@code executor}, returning a {@code Future}. |
ListenableFuture<V> withTimeout(ListenableFuture<V>, Duration, ScheduledExecutorService)
|
Returns a future that delegates to another but will finish early (via a TimeoutException wrapped in an ExecutionException) if the specified duration expires. |