Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee8344 commit 72d445aCopy full SHA for 72d445a
Doc/library/asyncio-future.rst
@@ -85,7 +85,8 @@ Future Object
85
86
Future is an :term:`awaitable` object. Coroutines can await on
87
Future objects until they either have a result or an exception
88
- set, or until they are cancelled.
+ set, or until they are cancelled. A Future can be awaited multiple
89
+ times and the result is same.
90
91
Typically Futures are used to enable low-level
92
callback-based code (e.g. in protocols implemented using asyncio
0 commit comments