2025年9月2日

摘要: import asyncio async def my_coroutine(task_id, semaphore): async with semaphore: # 这里会等待信号量的许可 print(f"Task {task_id} started") await asyncio.sleep(1) 阅读全文
posted @ 2025-09-02 10:16 张博的博客 阅读(5) 评论(0) 推荐(0)

导航