Browse Source

Documentation fix.

tags/2021-05-28
jules 11 years ago
parent
commit
1fb5d99dfd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      modules/juce_events/broadcasters/juce_AsyncUpdater.h

+ 2
- 2
modules/juce_events/broadcasters/juce_AsyncUpdater.h View File

@@ -68,8 +68,8 @@ public:
callback happens, this will cancel the handleAsyncUpdate() callback.
Note that this method simply cancels the next callback - if a callback is already
in progress on a different thread, this won't block until it finishes, so there's
no guarantee that the callback isn't still running when you return from
in progress on a different thread, this won't block until the callback finishes, so
there's no guarantee that the callback isn't still running when the method returns.
*/
void cancelPendingUpdate() noexcept;


Loading…
Cancel
Save