Releases: aio-libs/async-timeout
Releases · aio-libs/async-timeout
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:
async-timeout 1.3.0 release
async-timeout 1.2.1
Changes
- Support unpublished event loop's "current_task" api.
async-timeout 1.2.0
CHANGES
-
Extra check on context manager exit
-
0 is no-op timeout