Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Think about how an event loop timer implementation works and it should be possible to understand why.

The same fundamental principles apply to how Microsoft’s implementation of timers is done in their API:

https://docs.microsoft.com/en-us/windows/win32/winmsg/about-timers

Another way of thinking of this is a busy person - they are likely to be late on scheduled tasks.

  • No labels