-
Notifications
You must be signed in to change notification settings - Fork 279
Open
Description
Search before asking
- I searched the issues and found no similar issues.
What happened + What you expected to happen
async_simple/async_simple/coro/Collect.h
Line 229 in ab70389
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
Labels
No labels