mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
gh-92417: asyncio docs: asyncio.run() is available on all supported Python versions (GH-92419)
This commit is contained in:
parent
e5b4bd4d60
commit
f4e317b304
@ -17,7 +17,6 @@
|
||||
await asyncio.sleep(1)
|
||||
print('... World!')
|
||||
|
||||
# Python 3.7+
|
||||
asyncio.run(main())
|
||||
|
||||
asyncio is a library to write **concurrent** code using
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user