We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10818aa commit c8bdf33Copy full SHA for c8bdf33
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