Skip to content

async-timeout 1.4.0 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 13 Mar 09:56
· 313 commits to master since this release

Changes

  • Implement remaining property (#20)

    • If timeout is not started yet or started unconstrained:
      remaining is None
    • If timeout is expired: remaining is 0.0
    • All others: roughly amount of time before TimeoutError is triggered