summaryrefslogtreecommitdiffstats
path: root/python/python3-aiostream/README
blob: 448ec0fa5aa428f098c8640639eb19bf6dcec2f7 (plain)
1
2
3
4
5
6
7
8
9
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.