forked from goodboy/tractor
Add link to trio process spawning docs
parent
3536e73df7
commit
13de7991d9
|
@ -469,7 +469,9 @@ Currently the options available are:
|
|||
|
||||
``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``
|
||||
|
|
Loading…
Reference in New Issue