Implementing the Asynchronous Programming Model with Future
One of our design goals for the Task Parallel Library is to integrate well into existing asynchronous mechanisms in the .NET Framework. And one of the most common concurrency-related patterns in the .NET Framework is the Asynchronous Programming Model (APM), which typically manifests as a BeginXx method that kicks off an asynchronous operatio...