File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -396,9 +396,9 @@ Functions
396396 On Windows, if *secs * is zero, the thread relinquishes the remainder of its
397397 time slice to any other thread that is ready to run. If there are no other
398398 threads ready to run, the function returns immediately, and the thread
399- continues execution. On Windows 8.1 and newer the implementation uses
399+ continues execution. On Windows 10 and newer the implementation uses
400400 a `high-resolution timer
401- <https://learn.microsoft.com/windows-hardware/drivers/kernel/high-resolution-timers > `_
401+ <https://learn.microsoft.com/windows/win32/api/synchapi/nf-synchapi-createwaitabletimerexw > `_
402402 which provides resolution of 100 nanoseconds. If *secs * is zero, ``Sleep(0) `` is used.
403403
404404 .. rubric :: Unix implementation
You can’t perform that action at this time.
0 commit comments