Skip to content

Vb refactoring any to all#389

Merged
giggio merged 4 commits intocode-cracker:masterfrom
jwooley:VB-Refactoring-AnyToAll
Jun 25, 2015
Merged

Vb refactoring any to all#389
giggio merged 4 commits intocode-cracker:masterfrom
jwooley:VB-Refactoring-AnyToAll

Conversation

@jwooley
Copy link
Copy Markdown
Contributor

@jwooley jwooley commented Jun 22, 2015

Translate fix for Issue #370 to VB

@giggio giggio self-assigned this Jun 23, 2015
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why await Task.Yield? This has an impact on the execution. I suggest you remove the Async modifier from the method and return Task.FromResult(0) as on the original method.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@giggio giggio merged commit 2fb596c into code-cracker:master Jun 25, 2015
@giggio
Copy link
Copy Markdown
Member

giggio commented Jun 25, 2015

@jwooley Cool! Tks! :)

On that task comment I had meant to replace the Await with Task.FromResult, without the Await. See 161fc10 for the quick fix I applied.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants