[ Quellcode: python-async-timeout ]
Paket: python3-async-timeout (3.0.1-1)
Links für python3-async-timeout
Debian-Ressourcen:
Quellcode-Paket python-async-timeout herunterladen:
- [python-async-timeout_3.0.1-1.dsc]
- [python-async-timeout_3.0.1.orig.tar.gz]
- [python-async-timeout_3.0.1-1.debian.tar.xz]
Betreuer:
Externe Ressourcen:
- Homepage [github.com]
Ähnliche Pakete:
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()
Andere Pakete mit Bezug zu python3-async-timeout
|
|
|
|
-
- dep: python3
- Interaktive objektorientierte Hochsprache (Python3-Standardversion)
python3-async-timeout herunterladen
Architektur | Paketgröße | Größe (installiert) | Dateien |
---|---|---|---|
all | 6,1 kB | 31,0 kB | [Liste der Dateien] |