Join Slack
Powered by
parMapN is when you want concurrent execution of e...
# arrow
r
raulraja
03/05/2019, 4:04 PM
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
5
Views
Open in Slack
Previous
Next