asyncio doc: list limitations to run subprocesses from different threads

This commit is contained in:
Victor Stinner 2015-01-09 01:32:02 +01:00
parent 15cc678d89
commit 399c59d7bd
2 changed files with 24 additions and 0 deletions

View file

@ -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: