aboutsummaryrefslogtreecommitdiff
path: root/python/python3-anyio/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-04-29 09:51:52 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:51:55 +0700
commit665417ffbc13c0cd6608683fe6decc2cb33a71a5 (patch)
tree939734001dcdfcd8eede7de6eb10e834278c0e72 /python/python3-anyio/README
parent7277ccaec2207895dc30dc06a61f52ed3d15b85e (diff)
downloadslackbuilds-665417ffbc13c0cd6608683fe6decc2cb33a71a5.tar.xz
python/python3-anyio: Added (Asynchronous framework)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-anyio/README')
-rw-r--r--python/python3-anyio/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-anyio/README b/python/python3-anyio/README
new file mode 100644
index 000000000000..1c6de09b8190
--- /dev/null
+++ b/python/python3-anyio/README
@@ -0,0 +1,4 @@
+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.