dbrattli / aioreactive

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

Implementing reduce #29

Closed francipvb closed 6 months ago

francipvb commented 2 years ago

Hello,

Is there a reduce operator or not yet?

If not, let me know and I will try to implement it.

dbrattli commented 2 years ago

Yes, please. Operators like scan, fold and aggregate would be highly appreciated.

francipvb commented 2 years ago

I will send you a PR with implementations for scan and reduce, sync and async variants.

rafalkrupinski commented 9 months ago

both aioreacrive.reduce and AsyncRx.reduce are implemented. I guess the issue can be closed?