mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
TimerThread: Always wait indefinitely for the timer thread to finish
This commit is contained in:
parent
47be26deed
commit
005040da77
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public:
|
|||
cancelPendingUpdate();
|
||||
signalThreadShouldExit();
|
||||
callbackArrived.signal();
|
||||
stopThread (4000);
|
||||
stopThread (-1);
|
||||
}
|
||||
|
||||
void run() override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue