python3-async-timeout - asyncio-compatible timeout context manager
| Website: | https://github.com/aio-libs/async-timeout |
|---|---|
| License: | ASL 2.0 |
| Vendor: | Fedora Project |
- 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.
Packages
| python3-async-timeout-1.1.0-3.fc24.noarch [14 KiB] |
Changelog
by Athmane Madjoudj (2016-11-17):
- Add missing BR - Rename the pkg |