Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for when_all throwing on individual tasks.
The original behavior for coro::when_all was to capture the T result or an exception and then when the user iterates all of the completed tasks the task.return_value() would either return the result or re-throw the exception for that specific task.
- Loading branch information