Does the "await" keyword defeat the purpose of an asynchronous method?
I'm having a hard time understanding async await keyword. For a method to have an asynchronous method called inside of it and for that method to be "awaited" it seems to me that it defeats the purpose of asynchronous programming... From what I under...
Join discussion