mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-32272: Remove asyncio.async() function. (#4784)
This commit is contained in:
parent
1b74f9b77a
commit
9edad3c701
4 changed files with 2 additions and 30 deletions
|
@ -538,12 +538,6 @@ Task functions
|
|||
|
||||
The :meth:`AbstractEventLoop.create_task` method.
|
||||
|
||||
.. function:: async(coro_or_future, \*, loop=None)
|
||||
|
||||
A deprecated alias to :func:`ensure_future`.
|
||||
|
||||
.. deprecated:: 3.4.4
|
||||
|
||||
.. function:: wrap_future(future, \*, loop=None)
|
||||
|
||||
Wrap a :class:`concurrent.futures.Future` object in a :class:`Future`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue