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
Dispatch: correct DispatchTimeInterval calculation on ASi
There is no guarantee that Mach ticks and nanoseconds have a 1:1
relationship. Use the `uptimeNanoseconds` field which will convert the
raw value (which is in Mach ticks) to the time unit of nanoseconds.
This was caught by the Dispatch stridable test in the Swift test suite.
rdar://problem/56623421
0 commit comments