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 33f6abe commit 980dd84Copy full SHA for 980dd84
1 file changed
Doc/library/asyncio-task.rst
@@ -478,7 +478,8 @@ Task functions
478
479
.. function:: async(coro_or_future, \*, loop=None)
480
481
- Wrap a :ref:`coroutine object <coroutine>` in a future.
+ Schedule the execution of a :ref:`coroutine object <coroutine>`: wrap it in
482
+ a future. Return a :class:`Task` object.
483
484
If the argument is a :class:`Future`, it is returned directly.
485
0 commit comments