slackbuilds/python/python3-anyio
isaackwy 805a289167
python/python3-anyio: Update for 4.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-06-01 01:04:44 +07:00
..
README python/python3-anyio: Update README 2024-01-08 09:38:44 +07:00
python3-anyio.SlackBuild python/python3-anyio: Update for 4.4.0 2024-06-01 01:04:44 +07:00
python3-anyio.info python/python3-anyio: Update for 4.4.0 2024-06-01 01:04:44 +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.