aioreactive
aioreactive copied to clipboard
Implementing reduce
Hello,
Is there a reduce operator or not yet?
If not, let me know and I will try to implement it.
Yes, please. Operators like scan, fold and aggregate would be highly appreciated.
I will send you a PR with implementations for scan and reduce, sync and async variants.
both aioreacrive.reduce and AsyncRx.reduce are implemented. I guess the issue can be closed?