Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Async / await cleanup #15

Merged
merged 1 commit into from
Jun 29, 2016
Merged

Async / await cleanup #15

merged 1 commit into from
Jun 29, 2016

Conversation

IEvangelist
Copy link
Contributor

Removed unnecessary async / await keywords. For simple Task and Task<T> methods you only need to await if you're using the or relying on the result of the task, in these cases we can simply return the task that will represent the asynchronous operation. Additionally, I removed some redundant this keywords while I was in here.

Additionally, I added the "Async" suffix to one of the methods that was missing it.

…T> methods you only need to await if you're using the or relying on the result of the task, in these cases we can simply return the task that will represent the asynchronous opertaion. Additionally, I removed some redundant "this" keywords while I was in here.
@jcheng31 jcheng31 merged commit e506b4a into jcheng31:develop Jun 29, 2016
@jcheng31
Copy link
Owner

Thanks a lot!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants