summaryrefslogtreecommitdiffstats
path: root/python/async_generator/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2021-04-10 04:38:55 +0200
committer Willy Sudiarto Raharjo2021-04-10 04:38:55 +0200
commit0f4246fca49f7fbba757a5fa39ec07e256f2b92b (patch)
treeae24dbc768330fc55c6d1745ea148e2034b6dc52 /python/async_generator/README
parent860fcb322e4e2d0908f1e9d84be76314fc2ed3e7 (diff)
downloadslackbuilds-0f4246fca49f7fbba757a5fa39ec07e256f2b92b.tar.gz
python/async_generator: Added (async iterators).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/async_generator/README')
-rw-r--r--python/async_generator/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/async_generator/README b/python/async_generator/README
new file mode 100644
index 0000000000..f7a5e23464
--- /dev/null
+++ b/python/async_generator/README
@@ -0,0 +1 @@
+async_generator makes it easy to write async iterators in Python 3.