async-timeout, asyncio兼容超时类 异步超时 asyncio兼容的超时上下文管理器。用法示例当你想要在代码块或者 asyncio.wait_for() 不适合的情况下应用超时逻辑时,上下文管理器非常有用。 而且它比 asyncio.wait_for()