There was an error while loading. Please reload this page.
asyncio
asyncio.run()
1 parent baed0c3 commit 55107a1Copy full SHA for 55107a1
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