eg. function one(next) { doSomethingAsync(function() { next(); }); }