microsoft / ProjectOxford-ClientSDK

This repo has moved :house: Visit our website for the latest SDKs & Samples
https://www.microsoft.com/cognitive-services/en-us/sdk-sample
Other
965 stars 641 forks source link

Removed `return await` #103

Closed brminnick closed 2 years ago

brminnick commented 6 years ago

Removed async from methods that only use the await keyword in the return statement.

async should be avoided when possible because it adds overhead, reducing performance and increasing memory usage.