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.3-2.fc42 | - |
Fedora 41 | 4.0.2-14.fc41 | - |
Fedora 40 | 4.0.2-11.fc40 | - |
Fedora EPEL 9 | 4.0.2-2.el9 | - |
Fedora 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
.