mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Update documentation links to Microsoft's documentation pages (GH-126379)
This commit is contained in:
parent
25aee21aa8
commit
6e25eb1541
3 changed files with 9 additions and 9 deletions
|
@ -1797,7 +1797,7 @@ By default asyncio is configured to use :class:`EventLoop`.
|
|||
.. seealso::
|
||||
|
||||
`MSDN documentation on I/O Completion Ports
|
||||
<https://docs.microsoft.com/en-ca/windows/desktop/FileIO/i-o-completion-ports>`_.
|
||||
<https://learn.microsoft.com/windows/win32/fileio/i-o-completion-ports>`_.
|
||||
|
||||
.. class:: EventLoop
|
||||
|
||||
|
|
|
@ -390,7 +390,7 @@ Functions
|
|||
threads ready to run, the function returns immediately, and the thread
|
||||
continues execution. On Windows 8.1 and newer the implementation uses
|
||||
a `high-resolution timer
|
||||
<https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/high-resolution-timers>`_
|
||||
<https://learn.microsoft.com/windows-hardware/drivers/kernel/high-resolution-timers>`_
|
||||
which provides resolution of 100 nanoseconds. If *secs* is zero, ``Sleep(0)`` is used.
|
||||
|
||||
Unix implementation:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue