Skip to content
Sections
>> Trisquel >> Пакети >> aramo >> python >> python3-async-timeout
etiona  ] [  nabia  ] [  aramo  ]
[ Източник: python-async-timeout  ]

Пакет: python3-async-timeout (4.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)
  • dep: python3-typing-extensions
    Backported and Experimental Type Hints for Python

Изтегляне на python3-async-timeout

Изтегляне за всички налични архитектури
Архитектура Големина на пакета Големина след инсталиране Файлове
all 6,4 кБ35 кБ [списък на файловете]