Skip to content

Chunk method? #9

@Lukasss93

Description

@Lukasss93

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions