A {@link ScheduledFuture} that is {@link Runnable}. Successful
execution of the {@code run} method causes completion of the
{@code Future} and allows access to its results.
@see FutureTask
@see Executor
@author Doug Lea
@param (V) The result type returned by this Future's {@code get} method
A {@link ScheduledFuture} that is {@link Runnable}. Successful execution of the {@code run} method causes completion of the {@code Future} and allows access to its results. @see FutureTask @see Executor @author Doug Lea @param (V) The result type returned by this Future's {@code get} method