25void ChildProcessManager::checkProcesses()
27 for (
auto it = processes.begin();
it != processes.end();)
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.
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...