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