Effect.allMap: Missing Concurrency-Controlled Map Resolution in Effect Library
Is there any reason there isn't an Effect.allMap or something where you pass in a map of
Record<string, Effect.Effect<any, any, any>> and it resolves it with Effect.all offering the same concurrency control. I couldn't find it anywhere if this exists on the main Effect object