An asyncio-compatible timeout context manager
asyncio-compatible timeout context manager 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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 4.0.1-1.fc36 | - |
Fedora 35 | 3.0.1-14.fc35 | - |
Fedora 34 | 3.0.1-11.fc34 | - |
EPEL 8 | 3.0.1-8.el8 | - |
You can contact the maintainers of this package via email at
python-async-timeout dash maintainers at fedoraproject dot org
.