Using Request Batching with `Stream.runForEach` in Effect Typescript

Is there a way to use request batching with Stream.runForEach? Stream.mapEffect and Stream.runDrain works but I'm wondering if there's a shorter way.
Was this page helpful?