Generated by
JDiff

Class com.google.common.util.concurrent.Futures

Added Methods
ListenableFuture<O> submit(Callable<O>, Executor) Executes {@code callable} on the specified {@code executor}, returning a {@code Future}.
ListenableFuture<Void> submit(Runnable, Executor) Executes {@code runnable} on the specified {@code executor}, returning a {@code Future} that will complete after execution.