VladKopanev/zio-saga

Add sequential version of foreach/zip/zipWith/zipWithAll

Salamahin opened this issue · 3 comments

In some cases one might be interested in sequential versions of existing API to work with collections. Say if one if updating the mutable state and requires an undefined at compile time list of actions, that can't be executed in parallel due to lack of thread-safety of underlying service

Good point 👍 let me know if you want to contribute those, otherwise, I will implement them myself eventually.

Cool, let me try.
#176

#176 merged into main, big thanks for the contribution @Salamahin !!