slackbuilds_ponce/python/python3-anyio
isaackwy b3576385dd
python/python3-anyio: Update for 4.6.2.post1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-10-17 09:01:56 +07:00
..
python3-anyio.info python/python3-anyio: Update for 4.6.2.post1 2024-10-17 09:01:56 +07:00
python3-anyio.SlackBuild python/python3-anyio: Update for 4.6.2.post1 2024-10-17 09:01:56 +07:00
README
slack-desc

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.