python3-async-timeout 3.0.1
| Name | python3-async-timeout |
|---|---|
| Version | 3.0.1 |
| Summary | asyncio-compatible timeout context manager |
| Description | 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. |
| Section | devel/python |
| License | Apache-2.0 |
| Homepage | https://github.com/aio-libs/async-timeout |
| Recipe file | recipes-devtools/python/python3-async-timeout_3.0.1.bb |
| Layer | meta-python (honister branch) |
| Inherits |
|
| Dependencies |
|
| PACKAGECONFIG options |
Sources
| https://files.pythonhosted.org/packages/source/a/async-timeout/async-timeout-3.0.1.tar.gz |
Patches
None
Other branches
This recipe in other branches of meta-python:
| Branch | Recipe |
|---|---|
| master | python3-async-timeout 4.0.3 |
| whinlatter (Yocto Project 5.3) | python3-async-timeout 4.0.3 |
| walnascar (Yocto Project 5.2) | python3-async-timeout 4.0.3 |
| styhead (Yocto Project 5.1) | python3-async-timeout 4.0.3 |
| scarthgap (Yocto Project 5.0) | python3-async-timeout 4.0.3 |
| nanbield (Yocto Project 4.3) | python3-async-timeout 4.0.3 |
| mickledore (Yocto Project 4.2) | python3-async-timeout 4.0.0 |
| mickledore (Yocto Project 4.2) | python3-async-timeout 4.0.2 |
| langdale (Yocto Project 4.1) | python3-async-timeout 4.0.0 |
| langdale (Yocto Project 4.1) | python3-async-timeout 4.0.2 |
| kirkstone (Yocto Project 4.0) | python3-async-timeout 4.0.0 |
| kirkstone (Yocto Project 4.0) | python3-async-timeout 4.0.2 |
| honister (Yocto Project 3.4) | python3-async-timeout 3.0.1 (this recipe) |
| hardknott (Yocto Project 3.3) | python3-async-timeout 3.0.1 |
| gatesgarth (Yocto Project 3.2) | python3-async-timeout 3.0.1 |
| dunfell (Yocto Project 3.1) | python3-async-timeout 3.0.1 |
| zeus (Yocto Project 3.0) | python3-async-timeout 3.0.1 |