mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
asyncio doc: list limitations to run subprocesses from different threads
This commit is contained in:
parent
15cc678d89
commit
399c59d7bd
2 changed files with 24 additions and 0 deletions
|
|
@ -74,6 +74,11 @@ the event loop.
|
|||
The :ref:`Synchronization primitives <asyncio-sync>` section describes ways
|
||||
to synchronize tasks.
|
||||
|
||||
The :ref:`Subprocess and threads <asyncio-subprocess-threads>` section lists
|
||||
asyncio limitations to run subprocesses from different threads.
|
||||
|
||||
|
||||
|
||||
|
||||
.. _asyncio-handle-blocking:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue