1.0.1 • Published 9 years ago

bem-flow v1.0.1

Weekly downloads
3
License
ISC
Repository
-
Last release
9 years ago
let flow = require('bem-flow');
yield flow.run(steps,context);

steps

[{
  "code":""
}]

context

//存储flow过程中的状态数据 context.data

//step结束时需要调用,第一个参数为err context.done = function(e){}

1.0.1

9 years ago

1.0.0

9 years ago