From 9b5293f75326e920abc62bc6462deea8c46eb39e Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 20 Feb 2015 21:59:07 -0800 Subject: [PATCH] Switch the note about process pool executor to warning To make the comment about using a process pool executor standout more than it does change it to be a warning box instead of a note box. Change-Id: I2561a3b4e35f9e984f09afbc35b7d982dac27192 --- doc/source/engines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/engines.rst b/doc/source/engines.rst index 59a2869ed..066db4224 100644 --- a/doc/source/engines.rst +++ b/doc/source/engines.rst @@ -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