A shortcut to determinism in real-time applications
Determinism in software is the ability to ensure that any and all paths taken through the code take a consistent amount of time to execute. Most desktop applications have no interest in this consistency because A) it doesn’t affect
