You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
In the Pycom implementation this has been removed (in favor of supporting diffing usec-accuracy timestamps?).
This seem like a bad idea to me because it breaks API compatibility with micropython.
For example, uasyncio relies on utime.ticks_diff. Right now the uasyncio scheduler will start to malfunction after 12.42 days of uptime...