mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)
This commit is contained in:
parent
6b0d09b8f0
commit
63536bd286
4 changed files with 1536 additions and 581 deletions
|
@ -92,7 +92,7 @@ Coroutines (and tasks) can only run when the event loop is running.
|
|||
used in a callback-style code, wrap its result with :func:`ensure_future`.
|
||||
|
||||
|
||||
.. function:: asyncio.run(coro, \*, debug=False)
|
||||
.. function:: run(coro, \*, debug=False)
|
||||
|
||||
This function runs the passed coroutine, taking care of
|
||||
managing the asyncio event loop and finalizing asynchronous
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue