diff options
Diffstat (limited to 'Doc/library/asyncio-future.rst')
-rw-r--r-- | Doc/library/asyncio-future.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ Future Object .. 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:: |