toggle menu
CreeperHeal2
JVM
switch theme
search in API
CreeperHeal2
/
net.pdevita.creeperheal2.utils
/
async
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.