代码拉取完成,页面将自动刷新
asyncio_timeout fully compatible with the standard asyncio.Timeout but keep backward compatibility with existing asyncio_timeout.Timeout API. (#422)Towncrier philosophy has been fixed. (#388)async with timeout(...): ... instead. (#421)Fix regression:
(#258)
Make Timeout class available in __all__.
timeout_at(deadline) (#117)timeout.deadline and timeout.expired properties.timeout.remaining property: it can be calculated as
timeout.deadline - loop.time()
timeout.timeout property that returns a relative timeout based on the
timeout object creation time; the absolute timeout.deadline should be used
instead.timeout.reject(),
timeout.shift(delay), timeout.update(deadline).PendingDeprecationWarning on Python 3.7 (#33)timeout <= 0 behaviour0 was
shortcut for None
TimeoutError raised fasterremaining property (#20)remaining is None
remaining is 0.0
TimeoutError is triggeredawait (#13).timeout property (#16)async-timeout
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。