std::concurrencyStructured concurrency support types.
ScopeError<E> is the stdlib failure-aggregation shape used by structured
concurrency surfaces to report a primary child error, any additional child
failures, and how many siblings were cancelled.
ScopeErrorAggregated failure details for a structured concurrency scope.