async-timeout 1.4.0 release
Changes
-
Implement
remaining
property (#20)- If timeout is not started yet or started unconstrained:
remaining
isNone
- If timeout is expired:
remaining
is0.0
- All others: roughly amount of time before
TimeoutError
is triggered
- If timeout is not started yet or started unconstrained: