[ Source: python-async-timeout ]
Package: python3-async-timeout (4.0.3-1)
Links for python3-async-timeout
Debian Resources:
Download Source Package python-async-timeout:
- [python-async-timeout_4.0.3-1.dsc]
- [python-async-timeout_4.0.3.orig.tar.gz]
- [python-async-timeout_4.0.3-1.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [github.com]
Similar packages:
timeout context manager for asyncio programs in Python
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()
Other Packages Related to python3-async-timeout
|
|
|
|
-
- dep: python3
- linguagem orientada a objetos de alto nível e interativa (versão python3 padrão)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
- or python3-supported-min (>> 3.8)
- Package not available
Download python3-async-timeout
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 7.5 kB | 38.0 kB | [list of files] |