68 bool wait (
int timeOutMilliseconds = -1)
const;
96 mutable std::mutex mutex;
97 mutable std::condition_variable condition;
98 mutable std::atomic<bool> triggered {
false };
Allows threads to wait for events triggered by other threads.
#define JUCE_API
This macro is added to all JUCE public class declarations.