mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
asyncio doc: add "asyncio-" prefix to references
This commit is contained in:
parent
2315779c5e
commit
9592edb834
5 changed files with 16 additions and 16 deletions
|
@ -43,7 +43,7 @@ blocks for 1 second, other tasks are delayed by 1 second which can have an
|
|||
important impact on reactivity.
|
||||
|
||||
For networking and subprocesses, the :mod:`asyncio` module provides high-level
|
||||
APIs like :ref:`protocols <protocol>`.
|
||||
APIs like :ref:`protocols <asyncio-protocol>`.
|
||||
|
||||
An executor can be used to run a task in a different thread or even in a
|
||||
different process, to not block the thread of the event loop. See the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue