Time
📄️ Pitfall: Off-by-1-frame
This is critical to understand most time-related code in the package. For example, I may write down something equivalent to "if now() + 2ms > SchedulerBinding.currentSystemFrameTimeStamp then preempt", and it is nonsense if you misunderstand this pitfall.
📄️ Several time bases
They can be converted back and forth via TimeConverter class.