Compare commits
1 Commits
b736e8f082
...
master
Author | SHA1 | Date | |
---|---|---|---|
94e98d3b9e |
@ -1,15 +0,0 @@
|
|||||||
# test_asyncio.py
|
|
||||||
#
|
|
||||||
# author: deng
|
|
||||||
# date : 20230328
|
|
||||||
|
|
||||||
import asyncio
|
|
||||||
|
|
||||||
|
|
||||||
async def main():
|
|
||||||
await asyncio.sleep(1)
|
|
||||||
print('hello')
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
asyncio.run(main())
|
|
Reference in New Issue
Block a user