pypi async-timeout 4.0.0
async-timeout 4.0.0

latest releases: 4.0.3, 4.0.2, 4.0.1...
2 years ago

Changes

  • Implemented timeout_at(deadline) (#117)

  • Supported timeout.deadline and timeout.expired properties.

  • Drooped timeout.remaining property: it can be calculated as
    timeout.deadline - loop.time()

  • Dropped timeout.timeout property that returns a relative timeout based on the
    timeout object creation time; the absolute timeout.deadline should be used
    instead.

  • Added the deadline modification methods: timeout.reject(),
    timeout.shift(delay), timeout.update(deadline).

  • Deprecated synchronous context manager usage

Don't miss a new async-timeout release

NewReleases is sending notifications on new releases.