diff options
Diffstat (limited to 'Doc/library/concurrent.rst')
-rw-r--r-- | Doc/library/concurrent.rst | 6 |
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 |