next-promise:使用参数运行承诺的 func 排序

时间:2024-07-12 21:58:47
【文件属性】:

文件名称:next-promise:使用参数运行承诺的 func 排序

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-12 21:58:47

JavaScript

按照参数顺序运行承诺的 func 排序。 灵感来自 安装 $ npm install --save next-promise 用法 var next = require ( 'next-promise' ) ; var exec = require ( 'exec-then' ) ; var cmds = [ 'ls' , 'pwd' , 'echo $PATH' ] ; next ( cmds , exec , function ( res ) { console . log ( res . stdout ) ; } ) . then ( function ( ) { console . log ( 'done' ) ; } ) ; 执照 麻省理工学院 :copyright:


【文件预览】:
next-promise-master
----.jshintrc(209B)
----.gitignore(29B)
----package.json(660B)
----.travis.yml(38B)
----index.js(599B)
----readme.md(1KB)
----test()
--------test.js(965B)
----.editorconfig(415B)

网友评论