Microsoft released a whitepaper that talks about the Task-based Asynchronous Pattern (TAP). TAP represents arbitrary asynchronous operation and is based on the Task and Task{TResult} types in the System.Threading.Tasks namespace.
The document talks about the Task-based Asynchronous pattern and how to implement and consume it in your applications. The document also shows you how to communicate TAP with other .NET Async Pattern types like the IAsyncResult pattern and the event-based asynchronous pattern (EAP), along with a case study.
No comments:
Post a Comment