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.
asyncio
asyncio.run()
1 parent dfad113 commit 29f592eCopy full SHA for 29f592e
Doc/library/asyncio.rst
@@ -17,7 +17,6 @@
17
await asyncio.sleep(1)
18
print('... World!')
19
20
- # Python 3.7+
21
asyncio.run(main())
22
23
asyncio is a library to write **concurrent** code using
0 commit comments