Skip to content
Snippets Groups Projects
Unverified Commit ad82e124 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419)


(cherry picked from commit f4e317b3)

Co-authored-by: default avatarAlex Waygood <Alex.Waygood@Gmail.com>
parent 7ae6f1ae
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment