Effect CommunityEC
Effect Community3y ago
3 replies
RJ

Parallelizing `ReadonlyArray.traverse(Effect.Applicative)` in `Effect`

I'm in a situation where I'm using ReadonlyArray.traverse(Effect.Applicative), and I'd like to run this in parallel. Coming from fp-ts, I would have expected something like Effect.ApplicativePar to exist. What's the best/easiest way to accomplish similar in Effect?
Was this page helpful?