Class ProgressiveTask<T>

java.lang.Object
io.github.thecsdev.tcdcommons.api.util.thread.ProgressiveTask<T>
Type Parameters:
T - The type of the result that is produced by this ProgressiveTask.
Direct Known Subclasses:
DescriptiveProgressiveTask

public abstract class ProgressiveTask<T> extends Object
Represents a task that is happening or developing gradually or in stages.
The task is executed asynchronously, and its progress is tracked.