mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Improved a comment
This commit is contained in:
parent
118e872bf2
commit
46dc76f993
1 changed files with 4 additions and 4 deletions
|
|
@ -97,11 +97,11 @@ public:
|
|||
|
||||
/** Stops the timer.
|
||||
|
||||
No more callbacks will be made after this method returns.
|
||||
No more timer callbacks will be triggered after this method returns.
|
||||
|
||||
If this is called from a different thread, any callbacks that may
|
||||
be currently executing may be allowed to finish before the method
|
||||
returns.
|
||||
Note that if you call this from a background thread at the same time as the
|
||||
message-thread is already in mid-callback, then it won't wait for the current
|
||||
callback to finish, but it will cancel any future callbacks.
|
||||
*/
|
||||
void stopTimer() noexcept;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue