SlackBuildsOrg/python/python3-anyio
Isaac Yu 44a7c7cb29
python/python3-anyio: Update for 3.6.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-10-20 06:31:02 +07:00
..
python3-anyio.info python/python3-anyio: Update for 3.6.2 2022-10-20 06:31:02 +07:00
python3-anyio.SlackBuild python/python3-anyio: Update for 3.6.2 2022-10-20 06:31:02 +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.