后端开发 asyncio.TaskGroup 如何处理子任务取消时的整体传播 不会。TaskGroup.cancel() 仅发起取消请求,子任务需在 await 点响应 Cancelled […]...