runTaskAsynchronously

open override fun runTaskAsynchronously(runnable: Runnable): BukkitScheduledTask

Schedules the specified task to be executed asynchronously immediately

Return

The {@link MyScheduledTask} that represents the scheduled task

Parameters

runnable

The task to execute