Question

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.

http://www.codethinked.com/net-40-and-systemthreadingtasks

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top