摘要: import asyncio async def main(): loop = asyncio.get_running_loop() future = loop.create_future() print("Future created:", future) await asyncio.sleep( 阅读全文
posted @ 2023-10-16 15:35 AngDH 阅读(10) 评论(0) 推荐(0) 编辑