25void ChildProcessManager::checkProcesses()
27 for (
auto it = processes.begin(); it != processes.end();)
29 auto processPtr = *it;
31 if (! processPtr->isRunning())
33 listeners.call (processPtr.get());
34 it = processes.erase (it);
42 if (processes.empty())
void stopTimer() noexcept
Stops the timer.
#define JUCE_IMPLEMENT_SINGLETON(Classname)
This is a counterpart to the JUCE_DECLARE_SINGLETON macros.