Browse Source

.asynpool is here temporarily

Ask Solem 11 years ago
parent
commit
564f270382
2 changed files with 5 additions and 0 deletions
  1. 4 0
      celery/concurrency/asynpool.py
  2. 1 0
      extra/release/doc4allmods

+ 4 - 0
celery/concurrency/asynpool.py

@@ -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:

+ 1 - 0
extra/release/doc4allmods

@@ -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")