Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@atifaziz
Copy link
Member

@atifaziz atifaziz commented May 4, 2018

This is designed to complement Await that was added in PR #205. While Await behaves most closely to a iterating a sequence of results where a result must be a successful evaluation of the asynchronous function, AwaitCompletion enables the user to await completions such that the sequence iteration doesn't fail as a result of the failure of any one asynchronous evaluation. This allows the user to see the tasks as results and then decide what to do with them (e.g. retry the failures).

@atifaziz atifaziz merged commit 20be4cb into morelinq:master May 17, 2018
@atifaziz atifaziz deleted the await-completion branch May 17, 2018 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant