Part 9: Understanding JavaScript Async Promises | Windows Store apps for Absolute Beginners with Jav

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
In this lesson, we backtrack and learn about the Async features in the WinJS Library. We cover the basics of processes and threads, how the Windows 8 execution model has changed, how apps have traditionally handled long running operations, and how Async Promises simplifies development and debugging of async operations.

Asynchronous programming in JavaScript
http://msdn.microsoft.com/en-us/library/windows/apps/hh700330.aspx

WinJS Promise Example
http://code.msdn.microsoft.com/windowsapps/Promise-e1571015

4d93f7e53d2e5d94c17396bc6a94def2.gif


View the full article
 
Back
Top