Interface TaskFuture<V>

  • Type Parameters:
    V - The result type
    All Superinterfaces:
    java.util.concurrent.Future<V>
    All Known Subinterfaces:
    ScheduledTaskFuture<V>

    public interface TaskFuture<V>
    extends java.util.concurrent.Future<V>
    Represents a Future of a ScheduledTask.