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
Adjust monotonic clocks to include suspended time with precision (#16516)
Implements clock adjustments as proposed in [RFC 0015](crystal-lang/rfcs#15).
We're using `CLOCK_MONOTONIC` everywhere except Linux (where it doesn't tick while suspended) and darwin (where resolution is only 1 microsecond).
This is a breaking change on both Linux and darwin where we previously used clocks that don't count suspended or sleeping time.
0 commit comments