21 lines
324 B
Markdown
21 lines
324 B
Markdown
---
|
|
title: async -
|
|
---
|
|
//[KSpigot](../index.md)/[net.axay.kspigot.runnables](index.md)/[async](async.md)
|
|
|
|
|
|
|
|
# async
|
|
[jvm]
|
|
Brief description
|
|
|
|
|
|
Starts an asynchronous task.
|
|
|
|
|
|
Content
|
|
fun [async](async.md)(runnable: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): BukkitTask
|
|
|
|
|
|
|