-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi! Cool library!
Can you add a chunk method like this?
Example:
function* lazy(){
//yield 10K promises
}
itiriri(lazy())
.chunk(1000)
.forEach(async function(chunk){
await Promise.all(chunk);
});
Metadata
Metadata
Assignees
Labels
No labels