[ 原始碼: python-async-timeout ]
套件:python3-async-timeout(4.0.3-1)
python3-async-timeout 的相關連結
Debian 的資源:
下載原始碼套件 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]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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()
其他與 python3-async-timeout 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
- 或者 python3-supported-min (>> 3.8)
- 套件暫時不可用