hunt.concurrency.ScheduledFuture

Undocumented in source.

Members

Interfaces

ScheduledFuture
interface ScheduledFuture(V)

A delayed result-bearing action that can be cancelled. Usually a scheduled future is the result of scheduling a task with a {@link ScheduledExecutorService}.

Meta