Name: | python3-async-timeout |
---|---|
Version: | 3.0.1 |
Release: | 8.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 27269 |
License: | ASL 2.0 |
RPM: | python3-async-timeout-3.0.1-8.el8.noarch.rpm |
Source RPM: | python-async-timeout-3.0.1-8.el8.src.rpm |
Build Date: | Thu Sep 17 2020 |
Build Host: | jenkins-172-17-0-2-11fd70d9-f8d8-4d1e-9560-ba8e5bd65303.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/aio-libs/async-timeout |
Summary: | 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. |