asyncplusplus icon indicating copy to clipboard operation
asyncplusplus copied to clipboard

need more examples of Composition

Open rahul3349 opened this issue 3 years ago • 1 comments

Wiki mentioned basic examples of each feature with static array of task. Can we get more examples such as how to create dynamic list of tasks and use when_all().

rahul3349 avatar Apr 22 '21 17:04 rahul3349

The wiki is open, so feel free to add your own examples. You should be able to use any container that can be converted into a range with when_all().

Amanieu avatar Apr 24 '21 06:04 Amanieu