Releases: aio-libs/async-timeout
Releases · aio-libs/async-timeout
async-timeout 1.4.0 release
Changes
-
Implement
remainingproperty (#20)- If timeout is not started yet or started unconstrained:
remainingisNone - If timeout is expired:
remainingis0.0 - All others: roughly amount of time before
TimeoutErroris 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