Why is ReadAsAsync asynchronous?
As far as I understand ReadAsAsync<T> simply deserializes content is receives into the given type T. How can this method be asynchronous when it seems to not perform any network, database or disk operations?
0 comments:
Post a Comment