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
fix: when tracking threads, use a monotonic clock that ignores system suspension (#14)
* when tracking threads, use a monotonic clock that ignores system suspension
Using the system time causes each suspension to be detected as an event
loop delay which is not useful. System suspensions may be common when
running in low cost cloud environments where systems are suspended when
not actively serving requests.
* fix windows build
0 commit comments