3 comments

[ 4.2 ms ] story [ 35.9 ms ] thread
Why not just use the features of javascript? For async.js:

  async = require('async')
  arr = [(->),(->),(->)]
  aysnc.series.apply(this,arr)
What is the appeal of these types of libraries over promises?