async def t(): c_ft = asyncio.ensure_future(count(5)) try: await asyncio.shield(c_ft) except asyncio.CancelledError: print('This gets called at 3, ...
確定! 回上一頁