promise-whip:鞭打你的承诺?

时间:2024-08-03 03:27:43
【文件属性】:

文件名称:promise-whip:鞭打你的承诺?

文件大小:4KB

文件格式:ZIP

更新时间:2024-08-03 03:27:43

JavaScript

承诺鞭子 这个包包含一些很小的 promise 辅助方法。 在内部它使用蓝鸟.. 帮手们! 运行序列 按顺序运行作业: whip.runSeq([promise1, promise2]).then(function () { // This method will be executed once promise1 and // afterwards promise2 has been resolved. }); 并行运行 并行运行作业: whip.runParallel([promise1, promise2]).then(function () { // This method will be executed once promise1 and // promise2 has been resolved. }); 可以传递一个附加参数,该参数定义应并行执行的


【文件预览】:
promise-whip-master
----.jshintrc(341B)
----.travis.yml(49B)
----gulpfile.js(628B)
----test()
--------whip-test.js(2KB)
----README.md(930B)
----.editorconfig(44B)
----.gitignore(13B)
----index.js(596B)
----package.json(683B)

网友评论