task Run Later
fun taskRunLater(delay: Long, sync: Boolean = true, runnable: () -> Unit)
Content copied to clipboard
Executes the given runnable with the given delay. Either sync or async (specified by the sync parameter).
Executes the given runnable with the given delay. Either sync or async (specified by the sync parameter).