8000
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 011260b commit b26fb3cCopy full SHA for b26fb3c
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