slackbuilds/python/python3-anyio
Jeremy Hansen 8ca298efe5
python/python3-anyio: Version bump to 4.9.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-03-29 08:15:38 +07:00
..
README python/python3-anyio: Version bump to 4.9.0 2025-03-29 08:15:38 +07:00
python3-anyio.SlackBuild python/python3-anyio: Version bump to 4.9.0 2025-03-29 08:15:38 +07:00
python3-anyio.info python/python3-anyio: Version bump to 4.9.0 2025-03-29 08:15:38 +07:00
slack-desc

README

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.