slackbuilds/python/python3-aiostream
Tonus 675d512de5
python/python3-aiostream: updated for version 0.5.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-01-20 23:53:11 +07:00
..
README
python3-aiostream.SlackBuild python/python3-aiostream: updated for version 0.5.2 2024-01-20 23:53:11 +07:00
python3-aiostream.info python/python3-aiostream: updated for version 0.5.2 2024-01-20 23:53:11 +07:00
slack-desc

README

aiostream is a generator-based operators for asynchronous iteration

It povides a collection of stream operators that can be
combined to create asynchronous pipelines of operations.

It can be seen as an asynchronous version of itertools, although some
aspects are slightly different. Essentially, all the provided operators
return a unified interface called a stream. A stream is an enhanced
asynchronous iterable providing the following features.