| Name: | python3-async-timeout |
|---|---|
| Version: | 4.0.2 |
| Release: | 2.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 31321 |
| License: | ASL 2.0 |
| RPM: | python3-async-timeout-4.0.2-2.el9.noarch.rpm |
| Source RPM: | python-async-timeout-4.0.2-2.el9.src.rpm |
| Build Date: | Wed Jun 15 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/aio-libs/async-timeout |
| Summary: | An asyncio-compatible timeout context manager |
| Description: | 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. |