repeatLater

inline fun repeatLater(times: Int, crossinline action: (Int) -> Unit)

Executes the given function action specified number of times in JavaFX thread.

See also