diff options
Diffstat (limited to 'Doc/library/concurrency.rst')
-rw-r--r-- | Doc/library/concurrency.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst index 56fe3f2..fd2dae2 100644 --- a/Doc/library/concurrency.rst +++ b/Doc/library/concurrency.rst @@ -15,6 +15,7 @@ multitasking) Here's an overview: threading.rst multiprocessing.rst + concurrent.rst concurrent.futures.rst subprocess.rst sched.rst |