Skip to content

Conversation

@gurustron
Copy link
Contributor

@gurustron gurustron commented May 20, 2020

Summary

using statement is not needed when calling Task.WhenAll or Task.WaitAll after .NET 4.5.

Removed extra using statements from example.

using statement not needed with Task when using Task.WhenAll or Task.WaitAll  after .NET 4.5
@dotnet-bot dotnet-bot added this to the May 2020 milestone May 20, 2020
@dnfclas
Copy link

dnfclas commented May 20, 2020

CLA assistant check
All CLA requirements met.

@gewarren gewarren requested a review from BillWagner June 22, 2020 19:17
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making these updates @gurustron

I've reviewed the changes, and looked at the linked blog from Stephen. I'll :shipit: now.

@BillWagner BillWagner merged commit 866dbb2 into dotnet:master Jun 23, 2020
@gurustron
Copy link
Contributor Author

@BillWagner thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants