Add link to trio process spawning docs

matrix
Guillermo Rodriguez 2020-07-27 23:41:41 -03:00
parent 3536e73df7
commit 13de7991d9
No known key found for this signature in database
GPG Key ID: 3F61096EC7DF75A8
1 changed files with 3 additions and 1 deletions

View File

@ -469,7 +469,9 @@ Currently the options available are:
``trio`` ``trio``
++++++++ ++++++++
The `trio` backend ofers a lightweight async wrapper to ``subprocess``, takes advantage of the ``trio.open_process`` API. The ``trio`` backend ofers a lightweight async wrapper to ``subprocess``, takes advantage of the ``trio.`` `open_process`_ API.
.. _open_process: https://trio.readthedocs.io/en/stable/reference-io.html#spawning-subprocesses
``multiprocessing`` ``multiprocessing``