| Name: | python3-anyio |
|---|---|
| Version: | 3.5.0 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 654880 |
| License: | MIT |
| RPM: | python3-anyio-3.5.0-1.el9.noarch.rpm |
| Source RPM: | python-anyio-3.5.0-1.el9.src.rpm |
| Build Date: | Tue Mar 22 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/agronholm/anyio |
| Summary: | Compatibility layer for multiple asynchronous event loop implementations |
| Description: | AnyIO is an asynchronous networking and concurrency library that works on top of either asyncio or trio. It implements trio-like structured concurrency (SC) on top of asyncio, and works in harmony with the native SC of trio itself. |