KSpigot
/
net.axay.kspigot.runnables
/
taskRun
task
Run
fun
taskRun
(sync:
Boolean
= true, runnable: () ->
Unit
)
Content copied to clipboard
Executes the given
runnable
either sync or async (specified by the
sync
parameter).