>>107123594
no, you use other solutions instead.
the whole thing about os scheduled waits is that the os frees up the core your code was running in.
when your process resumes, the core is reallocated to your process
all that takes non-deterministic amounts of time, and thats why os scheduled waits are notoriously, or even inherently unpredictable