cimbalino / Cimbalino-Phone-Toolkit

Cimbalino Windows Phone Toolkit
MIT License
78 stars 32 forks source link

Removed unnecessary async/await keywords #21

Closed semihokur closed 11 years ago

semihokur commented 11 years ago

I am Semih Okur, a PhD student in the CS department at the University of Illinois. I'm currently doing research on asynchronous programming in phone applications. I developed a tool that automatically improves async/await usages by doing transformations.

The tool found some opportunities in your application. There was no need to use async/await for 3 methods. It will decrease the overhead that is caused by async/await state machine and it will simplify the code. Removing async/await does not change the behavior at all.

Are you interested in merging this pull request? If not, please let me know why.

Thanks for your time, Semih Okur

pedrolamas commented 11 years ago

Totally agree, I normally try to take the same minimizing approach, though it seems I missed these (and probably more!). Thanks!

ghost commented 10 years ago

@semihokur Any news about your app?

semihokur commented 10 years ago

Hi, please visit our webpage and subscribe our list to get informed when we release the toolkit.

http://LearnAsync.NET