static <T> T
execute(Supplier<T> supplier, Executor executor)
executeWithTimeout(int timeoutInSeconds, Supplier<T> supplier, Executor executor)
static void
runAsync(Callable<Void> callable, Executor executor)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait