Kaydet (Commit) 824f6879 authored tarafından adisbladis's avatar adisbladis Kaydeden (comit) Mariatta

bpo-24755: Document asyncio.wrap_future (GH-603)

üst 2e9cd582
......@@ -540,6 +540,11 @@ Task functions
.. deprecated:: 3.4.4
.. function:: wrap_future(future, \*, loop=None)
Wrap a :class:`concurrent.futures.Future` object in a :class:`Future`
object.
.. function:: gather(\*coros_or_futures, loop=None, return_exceptions=False)
Return a future aggregating results from the given coroutine objects or
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment