Преглед изворни кода

Started working (if you could call that any work) on the module index

Ask Solem пре 15 година
родитељ
комит
bb2d2b9006
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      docs/internals/moduleindex.rst

+ 5 - 0
docs/internals/moduleindex.rst

@@ -8,6 +8,11 @@ Worker
 celery.worker
 -------------
 
+* :class:`celery.worker.WorkController`
+
+This is the worker's main process. It starts and stops all the components
+required by the worker: Pool, Mediator, Scheduler, ClockService, and Listener.
+
 celery.worker.job
 -----------------