mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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();
|
cancelPendingUpdate();
|
||||||
signalThreadShouldExit();
|
signalThreadShouldExit();
|
||||||
callbackArrived.signal();
|
callbackArrived.signal();
|
||||||
stopThread (4000);
|
stopThread (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void run() override
|
void run() override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue