Package com.sk89q.worldedit.util.task
package com.sk89q.worldedit.util.task
-
ClassDescriptionAbstractTask<V>An abstract task that stores a name and owner.A task that wraps a
ListenableFuture
.An implementation of aSupervisor
.Manages running tasks and informs users of their progress, but does not execute the task.Task<V>A task is a job that can be scheduled, run, or cancelled.Represents the state of a task.Compares task states according to the order of theTask.State
enumeration.