Skip to content

Promise\all() should take iterable like JavaScript Promise.all() #51

@felixfbecker

Description

@felixfbecker

Promise\all() currently takes an array. Since it only iterates through it, that is an unneeded extra array conversion if you are working with Iterators / Generators.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions