TasksModule
0.2.0-SNAPSHOT
TasksModule
/
xyz.theprogramsrc.tasksmodule.spigot
/
SpigotTasks
/
runTaskAsynchronously
run
Task
Asynchronously
fun
runTaskAsynchronously
(
task
:
(
)
->
Unit
)
:
BukkitTask
Runs an async task after 1 tick (0.05 seconds)
Return
the
BukkitTask
Parameters
task
The task to run