1
0
Fork 0
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:
Anthony Nicholls 2023-11-27 15:02:14 +00:00
parent 47be26deed
commit 005040da77

View file

@ -40,7 +40,7 @@ public:
cancelPendingUpdate();
signalThreadShouldExit();
callbackArrived.signal();
stopThread (4000);
stopThread (-1);
}
void run() override