core.callLater: After the given delay, the callable is now queued so that it gets executed within NVDA's core pump, rather than executed directly. (#6892)
This will implicitly ensure that watchdog is alive during its execution. This is rather than waking watchdog specifically for this callable, which had the possibility of accidentally putting watchdog back to sleep during a core pump that caused wx to yield or start a modal loop. (#6797)