dbrattli / aioreactive

Async/await reactive tools for Python 3.11+
MIT License
350 stars 24 forks source link

Implemented the `reduce` and `reduce_async` operators #37

Closed francipvb closed 6 months ago

francipvb commented 1 year ago

Hello,

Here is an implementation of the reduce operator and it's async variant.

It is composed of the scan and take_last operators to reduce implementation complexity.

rafalkrupinski commented 9 months ago

Is this good to merge?