We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9ae5e commit ded610eCopy full SHA for ded610e
docs/source/design.rst
@@ -123,6 +123,9 @@ as the application code will be shared among workers but loaded only in the
123
worker processes (unlike when using the preload setting, which loads the code in
124
the master process).
125
126
+.. note:: Under Python 2.x, uou need to install the 'futures' package to use
127
+this feature.
128
+
129
.. _Greenlets: https://github.com/python-greenlet/greenlet
130
.. _Eventlet: http://eventlet.net
131
.. _Gevent: http://gevent.org
0 commit comments