diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-27 01:20:32 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-27 01:20:32 (GMT) |
commit | a199368b230026fa37987852fe8802992a126ab7 (patch) | |
tree | 270276511cbcdb1a582bdccda0a47ec27edad5ee /Doc/library/concurrent.futures.rst | |
parent | 8b5eb2f813b8e22e97308c18a61f1824f962604c (diff) | |
download | cpython-a199368b230026fa37987852fe8802992a126ab7.zip cpython-a199368b230026fa37987852fe8802992a126ab7.tar.gz cpython-a199368b230026fa37987852fe8802992a126ab7.tar.bz2 |
More source links.
Diffstat (limited to 'Doc/library/concurrent.futures.rst')
-rw-r--r-- | Doc/library/concurrent.futures.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst index aeb792e..0cb170b 100644 --- a/Doc/library/concurrent.futures.rst +++ b/Doc/library/concurrent.futures.rst @@ -4,8 +4,13 @@ .. module:: concurrent.futures :synopsis: Execute computations concurrently using threads or processes. +**Source code:** :source:`Lib/concurrent/futures/thread.py` +and :source:`Lib/concurrent/futures/process.py` + .. versionadded:: 3.2 +-------------- + The :mod:`concurrent.futures` module provides a high-level interface for asynchronously executing callables. |