commit | 394374e30c85f6eacddbbfc7471aab62b54ce021 | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yury@magic.io> | Mon Sep 17 15:35:24 2018 -0400 |
committer | GitHub <noreply@github.com> | Mon Sep 17 15:35:24 2018 -0400 |
tree | 8f40e320a7eb6093fcee25d3cd8456a3ccf1bb9f | |
parent | c6fd1c1c3a65217958b68df3a4991e4f306e9b7d [diff] [blame] |
bpo-33649: Add low-level APIs index. (GH-9364)
diff --git a/Doc/library/asyncio-future.rst b/Doc/library/asyncio-future.rst index 19bf8a6..d6c5335 100644 --- a/Doc/library/asyncio-future.rst +++ b/Doc/library/asyncio-future.rst
@@ -191,6 +191,8 @@ .. versionadded:: 3.7 +.. _asyncio_example_future: + This example creates a Future object, creates and schedules an asynchronous Task to set result for the Future, and waits until the Future has a result::