Attila Domokos
08/14/2020, 4:04 PMarrow.fx.coroutines
coming to Arrow 0.11.0!!! I rewrote a small app to use parMapN
from that library and I am impressed with how the code looks:
• No IO
in functions, all impure functions are marked with suspend
• The only function that has the dependency on arrow.fx.coroutines is the executor function, where I invoke the database operations with parMapN
Really impressive work! ❤️ 💯simon.vergauwen
08/15/2020, 12:46 PMsimon.vergauwen
08/15/2020, 12:50 PMsimon.vergauwen
08/15/2020, 3:59 PMOr should I add a PR to expand the arity to 5?Saw this comment in the other thread ❤️ Yes, that'd be wonderful! I think we should go up-to 9 like we've always been doing so far for
N
arity methods.simon.vergauwen
08/15/2020, 4:01 PM