-
6th August 2012 Rowan Manning in Coffeescript, Javascript, Asynchronous Programming
I started using Async.js yesterday, it provides a set of utilities for working with asynchronous JavaScript. Really powerful and easy to understand. https://github.com/caolan/async



async.parallel([
and wondering how this is working behind the scenes? It seems to be addressing a similar set of problems as IcedCoffee