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.2-9.fc39 | - |
Fedora 39 | 4.0.2-9.fc39 | - |
Fedora 38 | 4.0.2-6.fc38 | - |
Fedora 37 | 4.0.2-5.fc37 | - |
EPEL 9 | 4.0.2-2.el9 | - |
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
.