python3-async-timeout binary package in Ubuntu Lunar amd64
The context manager is useful in cases when you want to apply timeout
logic around block of code or in cases when asyncio.wait_for() is
not suitable. Also it's much faster than asyncio.wait_for()
because timeout doesn't create a new task.
.
Example:
.
with timeout(1.5):
yield from inner()
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2022-11-20 05:34:03 UTC | Published | Ubuntu Lunar amd64 | release | universe | python | Optional | 4.0.2-1 | ||
|
|||||||||
Deleted | Ubuntu Lunar amd64 | proposed | universe | python | Optional | 4.0.2-1 | |||
|
|||||||||
2022-11-20 05:36:29 UTC | Superseded | Ubuntu Lunar amd64 | release | universe | python | Optional | 4.0.1-1 | ||
|