I heard that an awaitable is an asynchronous operation. But since it is an important concept why I can't find the precise definition on MSDN?
My question is not how to write async/await. My question is to know the concept. MSDN has the concept async/await
but no awaitable
.
So what is an awaitable? If it is an operation, what are included?