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 passes everything through in nanoseconds, but the default time
on FreeBSD is in milliseconds, resulting in delays taking a million
times longer than expected. This stands out most with `Task.sleep`,
where a 2 second sleep would take hours.
By setting the EVFILT_TIMER filter flag to use nanoseconds, we get the
expected delay.
Also sets up the absolute time flag. The spelling on FreeBSD is
`NOTE_ABSTIME` instead of `NOTE_ABSOLUTE`.
0 commit comments