Skip to content

optimize lazy collectAll implement #125

@RainMark

Description

@RainMark

Search before asking

  • I searched the issues and found no similar issues.

What happened + What you expected to happen

detail::CollectAnyAwaiter<LazyType<T>, IAlloc>>;

Lazy<> foo() {}

collectAll(foo().via(executor)) is equal to collectAllPara(foo())

maybe we can use collectAll(foo().via(executor)) to simplify the collectAllPara, for example: collectAllPara call collectAll(foo().via(executor)) directly

Reproduction way

Anything else

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

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