I’m interested in something similar to jQuery’s Deferred object. The below link seems to be thread oriented. With Javascript running in a single timeshared thread the model is quite different.
I’m interested in something similar to jQuery’s Deferred object. The below link seems to
Share
Take a look at Asynchronous Programming with Async and Await (C# and Visual Basic) available with .NET 4.5 and Visual Studio 2012. It builds on the infrastructure laid by the Task Parallel Library that is the topic of the link you provided above.