<@U0RM4EPC7> - great job with `arrow.fx.coroutines...
# arrow
a
@simon.vergauwen - great job with
arrow.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! ❤️ 💯
❤️ 4
arrow 9
s
Thanks for the support ❤️
Such a contribution would be welcomed btw 😉 Keeping in mind that this PR is still open: https://github.com/arrow-kt/arrow-fx/pull/249
Or 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.
The important thing for this operator is: https://github.com/arrow-kt/arrow-fx/blob/master/arrow-fx-coroutines/src/test/kotlin/arrow/fx/coroutines/ParTupledNTest.kt#L193 Which means you have to take in account how you compose arity 2 & 3 together so the tasks get launched in the correct order 😉