withLater

inline fun <T> withLater(receiver: T, crossinline block: T.() -> Unit)

Calls the specified function block with the given receiver as its receiver in JavaFX thread.

See also