Exemplo n.º 1
0
    void callTimersSynchronously()
    {
        if (! isThreadRunning())
        {
            // (This is relied on by some plugins in cases where the MM has
            // had to restart and the async callback never started)
            cancelPendingUpdate();
            triggerAsyncUpdate();
        }

        callTimers();
    }
Exemplo n.º 2
0
 void handleMessage (const Message&)
 {
     callTimers();
 }