[ 原始碼: node-seq ]
套件:node-seq(0.3.5-3)
Chainable asynchronous flow control
Seq is an asynchronous flow control library with a chainable interface for sequential and parallel actions. Even the error handling is chainable.
Each action in the chain operates on a stack of values. There is also a variables hash for storing values by name.
Node.js is an event-based server-side JavaScript engine.
其他與 node-seq 有關的套件
|
|
|
|
-
- dep: node-chainsaw
- Node.js module to build chainable fluent interfaces
-
- dep: node-hashish
- manipulate hash data structures in Node.js