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?