Chapter 9. Asynchronous Programming
Topics in This Chapter
9.1 Concurrent Tasks in JavaScript
9.3 Immediately Settled Promises
9.7 Executing Multiple Promises
In this chapter, you will learn how to coordinate tasks that must be executed at some point in the future. We start with an in-depth look at the notion of promises. A promise is just what it sounds: ...
Get Modern JavaScript for the Impatient now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.