@@ -3,6 +3,10 @@
celery.concurrency.asynpool
~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ .. note::
+
+ This module will be moved soon, so don't use it directly.
Non-blocking version of :class:`multiprocessing.Pool`.
This code deals with three major challenges:
@@ -15,6 +15,7 @@ SKIP_FILES="celery.five.rst
celery.app.base.rst
celery.apps.rst
celery.canvas.rst
+ celery.concurrency.asynpool.rst
celery.utils.encoding.rst"
modules=$(find "$PACKAGE" -name "*.py")