I20260126-1800
At the moment the code silently fails on calling timerExec if there are no handles left or it fails for other reasons. Relates to https://github.com/eclipse-platform/eclipse.platform.swt/issues/2806 where we can see that we are running out of handles, but the timerExec does not report a failure. On Windows timer handles are related to user objects and are relatively limited (10,000). For Linux and macOS the timers seem only to fail in out of memory situations.