Merge "Switch the note about process pool executor to warning"

This commit is contained in:
Jenkins 2015-02-21 09:35:28 +00:00 committed by Gerrit Code Review
commit 2d7ac72069

View File

@ -172,7 +172,7 @@ using your desired execution model.
scalability by reducing thread/process creation and teardown as well as by
reusing existing pools (which is a good practice in general).
.. note::
.. warning::
Running tasks with a `process pool executor`_ is **experimentally**
supported. This is mainly due to the `futures backport`_ and