summaryrefslogtreecommitdiff
path: root/docs/modules/executors
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules/executors')
-rw-r--r--docs/modules/executors/debug.rst10
-rw-r--r--docs/modules/executors/pool.rst4
2 files changed, 13 insertions, 1 deletions
diff --git a/docs/modules/executors/debug.rst b/docs/modules/executors/debug.rst
new file mode 100644
index 0000000..eadc94c
--- /dev/null
+++ b/docs/modules/executors/debug.rst
@@ -0,0 +1,10 @@
+:mod:`apscheduler.executors.debug`
+==================================
+
+.. automodule:: apscheduler.executors.debug
+
+Module Contents
+---------------
+
+.. autoclass:: DebugExecutor
+ :members:
diff --git a/docs/modules/executors/pool.rst b/docs/modules/executors/pool.rst
index 39bce1b..e1397cf 100644
--- a/docs/modules/executors/pool.rst
+++ b/docs/modules/executors/pool.rst
@@ -6,6 +6,8 @@
Module Contents
---------------
-.. autoclass:: PoolExecutor
+.. autoclass:: ThreadPoolExecutor
:members:
+.. autoclass:: ProcessPoolExecutor
+ :members: