summaryrefslogtreecommitdiffstats
path: root/Doc/library/concurrent.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/concurrent.rst')
-rw-r--r--Doc/library/concurrent.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/concurrent.rst b/Doc/library/concurrent.rst
new file mode 100644
index 0000000..2eba536
--- /dev/null
+++ b/Doc/library/concurrent.rst
@@ -0,0 +1,6 @@
+The :mod:`concurrent` package
+=============================
+
+Currently, there is only one module in this package:
+
+* :mod:`concurrent.futures` -- Launching parallel tasks