We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
time.sleep()
1 parent87942d9 commit6545a4eCopy full SHA for 6545a4e
Doc/library/time.rst
@@ -407,9 +407,9 @@ Functions
407
On Windows, if *secs* is zero, the thread relinquishes the remainder of its
408
time slice to any other thread that is ready to run. If there are no other
409
threads ready to run, the function returns immediately, and the thread
410
- continues execution. On Windows8.1 and newer the implementation uses
+ continues execution. On Windows10 and newer the implementation uses
411
a `high-resolution timer
412
-<https://learn.microsoft.com/windows-hardware/drivers/kernel/high-resolution-timers>`_
+<https://learn.microsoft.com/windows/win32/api/synchapi/nf-synchapi-createwaitabletimerexw>`_
413
which provides resolution of 100 nanoseconds. If *secs* is zero, ``Sleep(0)`` is used.
414
415
..rubric::Unix implementation