summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-future.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/asyncio-future.rst')
-rw-r--r--Doc/library/asyncio-future.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/asyncio-future.rst b/Doc/library/asyncio-future.rst
index c069471..832d581 100644
--- a/Doc/library/asyncio-future.rst
+++ b/Doc/library/asyncio-future.rst
@@ -7,6 +7,11 @@
Futures
=======
+**Source code:** :source:`Lib/asyncio/futures.py`,
+:source:`Lib/asyncio/base_futures.py`
+
+-------------------------------------
+
*Future* objects are used to bridge **low-level callback-based code**
with high-level async/await code.