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 48b1f37 commit d8d715fCopy full SHA for d8d715f
1 file changed
Doc/library/asyncio-task.rst
@@ -108,6 +108,8 @@ Coroutines (and tasks) can only run when the event loop is running.
108
programs, and should ideally only be called once.
109
110
.. versionadded:: 3.7
111
+ **Important:** this has been been added to asyncio in Python 3.7
112
+ on a :term:`provisional basis <provisional api>`.
113
114
115
.. _asyncio-hello-world-coroutine:
0 commit comments