node-parallel-boot-phase:引导应用程序时的并行引导阶段

时间:2024-05-23 16:56:32
【文件属性】:

文件名称:node-parallel-boot-phase:引导应用程序时的并行引导阶段

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-23 16:56:32

JavaScript

并行引导阶段 应用程序时的并行引导阶段。 安装 $ npm install parallel-boot-phase 用法 var parallel = require ( 'parallel-boot-phase' ) ; 并行(... fcns) 根据提供的输入functions创建并行阶段。 function beep ( app , next ) { // Do something... next ( ) ; } function boop ( app , next ) { // Do something else... process . nextTick ( next ) ; } var phase = parallel ( beep , boop ) ; 也可以接受函数array 。 var phase = parallel ( [ beep , boop ]


【文件预览】:
node-parallel-boot-phase-master
----.travis.yml(141B)
----.jshintignore(118B)
----package.json(1KB)
----test()
--------test.js(7KB)
----LICENSE(1KB)
----TODO.md(11B)
----.npmignore(519B)
----examples()
--------index.js(1KB)
----.gitignore(1KB)
----lib()
--------index.js(3KB)
----Makefile(2KB)
----README.md(4KB)
----.jshintrc(1KB)
----.editorconfig(169B)
----.gitattributes(12B)

网友评论