_cms = cms async def __aenter__(self): futs = [asyncio.create_task(cm.__aenter__()) for cm in self._cms] await asyncio.wait(futs) # only exit the cms we've ...
確定! 回上一頁