소스 검색

.asynpool is here temporarily

Ask Solem 11 년 전
부모
커밋
564f270382
2개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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")