parMapN is when you want concurrent execution of e...
# arrow
r
parMapN is when you want concurrent execution of each one of the effects and requires a
CoroutineContext
. You can also try it directly over
IO
which is in
arrow-effects
. Concurrent also has other race style combinators like racePair and raceTriple