Skip to content

Sequence-based implementation of combining algorithms in addition to variadic ones #226

Open
@MaxDesiatov

Description

@MaxDesiatov

Existing implementations of combineLatest , zip , merge are great when the total number of sequences is known at compile time (2 or 3 without variadic generics). In some scenarios, these sequences have same element types, but the total number of sequences is computed at run time. Existing implementations won't work here, and I think the library would benefit from implementations that take a Sequence (or some other container protocol) of AsyncSequences that have the same element type to cover these use cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestv1.1Post-1.0 work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions