mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97603)
Also fix up some cross-references in the asyncio docs.
This commit is contained in:
parent
aab01e3524
commit
cc0f3a10f0
4 changed files with 30 additions and 13 deletions
|
@ -109,7 +109,7 @@ that the event loop runs in.
|
|||
|
||||
There is currently no way to schedule coroutines or callbacks directly
|
||||
from a different process (such as one started with
|
||||
:mod:`multiprocessing`). The :ref:`Event Loop Methods <asyncio-event-loop>`
|
||||
:mod:`multiprocessing`). The :ref:`asyncio-event-loop-methods`
|
||||
section lists APIs that can read from pipes and watch file descriptors
|
||||
without blocking the event loop. In addition, asyncio's
|
||||
:ref:`Subprocess <asyncio-subprocess>` APIs provide a way to start a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue