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 c422959 commit af609a0Copy full SHA for af609a0
1 file changed
Doc/library/asyncio-task.rst
@@ -540,6 +540,11 @@ Task functions
540
541
.. deprecated:: 3.4.4
542
543
+.. function:: wrap_future(future, \*, loop=None)
544
+
545
+ Wrap a :class:`concurrent.futures.Future` object in a :class:`Future`
546
+ object.
547
548
.. function:: gather(\*coros_or_futures, loop=None, return_exceptions=False)
549
550
Return a future aggregating results from the given coroutine objects or
0 commit comments