This was introduced in C# 5.0 to make asynchronous processing easier. What is this?
C# 5.0 introduced async and await keyword to make asynchronous processing easier.