0.3.4 • Published 10 years ago

f-queue v0.3.4

Weekly downloads
29
License
-
Repository
github
Last release
10 years ago

fqueue

fqueue is a micro-plugin to queue function execution to handle asyncronous flow and stepping though functions.

or queue.add(function(){ //do something else });

You can also use .next() method if there is only one function on a particular index of queue.

**step method can be directly passed as callback while next and and complete can't be. And this method is very handy while you are dealing of hierarchy of callbacks in node.js.

You can use .data,.previousResult,.results to store data, get return value of previous function and to get result of all functions.

In some case you want to call the same queue but you want to ignore some functions in the queue. Suppose the first function was used only to get name and third function only log was done and while calling again the queue you want to ignore first and third function.

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago