python3-async-timeout binary package in Ubuntu Bionic 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 | ||
---|---|---|---|---|---|---|---|---|---|
2017-11-14 07:59:07 UTC | Published | Ubuntu Bionic amd64 | release | universe | python | Optional | 2.0.0-1 | ||
|
|||||||||
Deleted | Ubuntu Bionic amd64 | proposed | universe | python | Optional | 2.0.0-1 | |||
|
|||||||||
2017-11-14 07:59:51 UTC | Superseded | Ubuntu Bionic amd64 | release | universe | python | Optional | 1.4.0-1 | ||
|
|||||||||
2017-11-15 12:10:11 UTC | Deleted | Ubuntu Bionic amd64 | proposed | universe | python | Optional | 1.4.0-1 | ||
|
|||||||||
2017-11-02 02:48:58 UTC | Superseded | Ubuntu Bionic amd64 | release | universe | python | Optional | 1.2.1-1 | ||
|