Concurrent Consumption of JavaScript Async Iterators Without Waiting for Individual Promises
Is there a way to consume a javascript async iterator in a concurrent fashion with sth like Effect.all, which doesn't wait until an individual Effect/Promise is done until it fetches the next item?
