1.0.1 • Published 12 years ago

fa v1.0.1

Weekly downloads
23
License
-
Repository
github
Last release
12 years ago

fa = fluent/functional async

fa is a fluent and functional async library. Inspired by async1, it takes the functional operators, and adds some modifiers, to enable a queue depth, run to completion regardless of errors, run in series, and add an index to the callback.

fa.map(
  [1,2,3], 
  function(num,cb) { cb(null, num*2); },
  function(err, result) { console.log(result); }
);

1 https://github.com/caolan/async

1.0.1

12 years ago

1.0.0

12 years ago

0.1.1

13 years ago

0.1.0

13 years ago