Skip to content

Add a task utility to run async jobs with a concurrency limit #65

@drebrez

Description

@drebrez

Something similar to the C# library https://github.com/Dasync/AsyncEnumerable
or the Parallel.ForEachAsync

But also handle the possibility to return all the values, so like a "Promise.all(...)" with a parameter to set the concurrency limit

Some ideas:
https://www.npmjs.com/package/p-limit
https://www.npmjs.com/package/p-map
https://www.npmjs.com/package/p-queue

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