dwww Home


Documentation for packages, which contain /usr/share/doc/python3-async-timeout/changelog.gz:

Package: python3-async-timeout

Description: 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()
Homepage: https://github.com/aio-libs/async_timeout/
copyright | changelog | Debian changelog

Other documents:

/usr/share/doc/python3-async-timeout

Generated by dwww version 1.15 on Sun Jun 16 03:27:11 CEST 2024.