文件名称:node-series-boot-phase:引导阶段,在引导应用程序时包含一系列子阶段
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-23 16:56:50
JavaScript
系列启动阶段 应用程序时的系列引导阶段。 安装 $ npm install series-boot-phase 用法 var series = require ( 'series-boot-phase' ) ; 系列(... fcns) 根据提供的输入functions创建一个串行阶段。 function beep ( app , next ) { // Do something... next ( ) ; } function boop ( app , next ) { // Do something else... process . nextTick ( next ) ; } var phase = series ( beep , boop ) ; 也可以接受函数array 。 var phase = series ( [ beep , boop ] ) ; 笔记
【文件预览】:
node-series-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)