A delayed result-bearing action that can be cancelled. Usually a scheduled future is the result of scheduling a task with a ScheduledExecutorService.
ScheduledExecutorService
extends Delayed, Future<V>
Parameters:
<V>
Since: 1.5
java.util.concurrent.ScheduledExecutorService.schedule()
java.util.concurrent.ScheduledThreadPoolExecutor.schedule()