Skip to content

Add mapParallel and forEachParallel #1

Open
@tracker1

Description

@tracker1

Would be nice to see a forEach that allowed for parallel execution..

  • mapParallel(array, options, callback, [thisArg])
  • forEachParallel(array, options, callback, [thisArg])

options

  • concurrency: number, min: 1, max: ????
    • The number of in-flight/unresolved concurrent operations to start.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions