CHAPTER 15
Async.js
Always something new, always something I didn’t expect, and sometimes it isn’t horrible.
—Robert Jordan
Coordinating software flow can be cumbersome, especially when asynchronous operations finish at different times. Chapter 16 demonstrated how promises can be used to address this problem. This chapter discusses Async.js, a callback-driven JavaScript library that provides a suite of powerful functions to manage asynchronous collection manipulation and control flow.
Chapter 16 covered three common flows in which asynchronous code can be problematic: sequential flow, parallel flow, and pipeline flow. To address these flows ...
Get JavaScript Frameworks for Modern Web Dev 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.