Skip to content
Sections
>> Trisquel >> パッケージ >> nabia >> python >> python3-async-timeout
etiona  ] [  nabia  ] [  aramo  ]
[ ソース: python-async-timeout  ]

パッケージ: python3-async-timeout (3.0.1-1)

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)

python3-async-timeout のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
all 5.5 kB30 kB [ファイル一覧]