Package de.kentoj.scrow.bukkit.scheduler
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>
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.kentoj.scrow.bukkit.scheduler.Task
await, runAsync, runSync, supplyAsync, supplySync, thenAsync, thenSync
-
Constructor Details
-
TaskImpl
public TaskImpl()
-
-
Method Details