1
0
Fork 0
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:
jules 2016-04-04 09:35:34 +01:00
parent 118e872bf2
commit 46dc76f993

View file

@ -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;