|
|
|
|
|
by a1369209993
751 days ago
|
|
> Sleep(1) sleeps for approximately 1 second. This is correct - Sleep(1) does sleep for approximately 1 second; the problem is you're confusing the 95% confidence interval (which might be as narrow as (999ms,1001ms) for some reasonable designs) with the absolute error bounds (which are (0ms,∞ms], and yes, the infinity end is inclusive). |
|
This is surprisingly common when running on certain VM instance types on public cloud! Common enough that I've had to account for it in production code.