untrack asyncio testing script
This commit is contained in:
parent
b736e8f082
commit
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())
|
|
Loading…
Reference in New Issue