async

fun Any.async(plugin: Plugin, delayTicks: Long = 0, repeatingTicks: Long = 0, f: () -> Unit): BukkitTask

Executes the given f via the plugin asynchronous.


val Dispatchers.async: CoroutineContext

Minecraft async dispatcher.