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.
asyncio
asyncio.run()
1 parent e5b4bd4 commit f4e317bCopy full SHA for f4e317b
1 file changed
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