diff --git a/news/4.33/platform_isv.html b/news/4.33/platform_isv.html index 254cc586..918aa79d 100644 --- a/news/4.33/platform_isv.html +++ b/news/4.33/platform_isv.html @@ -67,10 +67,10 @@

Platform and Equinox API

The BusyIndicator class defines the following new method:

- If called from a Display thread, it waits for the given Future to complete and provides busy feedback using the busy indicator. + If called from a Display thread, it waits for the given Future to complete and provides busy feedback using the busy indicator. While waiting for completion, pending UI events are processed to prevent UI freeze. If there is no Display for the current thread, Future.get() will be called, ignoring any ExecutionException and no busy feedback will be displayed.