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
On Linux, process create times are now computed using CLOCK_REALTIME - CLOCK_MONOTONIC instead of /proc/stat btime, giving
sub-second precision (previously, integer-second boot time caused up to 1s
error). Handle validation accepts both the precise and the legacy boot time,
so handles created by older versions of processx continue to work.
For r-lib/processx#394 and r-lib/processx#402.