[ ソース: python-async-timeout ]
パッケージ: python3-async-timeout (3.0.1-1)
python3-async-timeout に関するリンク
Debian の資源:
python-async-timeout ソースパッケージをダウンロード:
- [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]
メンテナ:
外部の資源:
- ホームページ [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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)