摘要: import asyncio from threading import Thread import time print('main start:',time.time()) async def start(i): print(i, time.time()) await asyncio.sleep(i) b=run(i) if b is not None: ... 阅读全文
posted @ 2018-12-09 11:03 CrossPython 阅读(154) 评论(0) 推荐(0) 编辑