Class TaskImpl<T>

java.lang.Object
de.kentoj.scrow.bukkit.scheduler.TaskImpl<T>
Type Parameters:
T - type of computed result
All Implemented Interfaces:
Task<T>

public class TaskImpl<T> extends Object implements Task<T>
A Task runs entirely async, when sync is used, a subtask is run on the main thread and the async thread blocks until the subtask returns.
  • Constructor Details

    • TaskImpl

      public TaskImpl()
  • Method Details