Window.executeInUiThread

post task to execute in UI thread (this method can be used from background thread)

class Window
void
executeInUiThread
(
void delegate
()
runnable
)

Meta