How to wait for multiple C++ coroutines to complete before propagating failure, memory allocation failure
Источник: The Old New Thing
  
  Источник: The Old New Thing
Microsoft News
  
  How to wait for multiple C++ coroutines to complete before propagating failure, memory allocation failure
  There's no good way to report the failure, so we just have to give up.
  The Move Constructor That You Have to Declare, Even Though You Don’t ... -- Raymond Chen
Источник: isocpp.org (Standard C++)
  Источник: isocpp.org (Standard C++)
How to wait for multiple C++ coroutines to complete before propagating failure, preallocating the coroutine frame
Источник: The Old New Thing
  
  Источник: The Old New Thing
Microsoft News
  
  How to wait for multiple C++ coroutines to complete before propagating failure, preallocating the coroutine frame
  Avoiding dynamic memory allocation.