after-all:调用多个异步函数并“在所有”完成后调用回调

时间:2024-07-06 18:21:39
【文件属性】:

文件名称:after-all:调用多个异步函数并“在所有”完成后调用回调

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-06 18:21:39

JavaScript

毕竟 调用多个异步函数并在“所有”完成后调用回调。 安装 你可以用 npm 安装它。 npm install after-all 简单的例子 var afterAll = require ( 'after-all' ) ; var next = afterAll ( function ( err ) { if ( err ) return console . log ( err ) ; // one of the asynchronous calls had an error console . log ( 'Yay! Everything is done' ) ; } ) ; // The above inner function will only be called when all of these asynchronous calls are done someAsy


【文件预览】:
after-all-master
----LICENSE.txt(1KB)
----.travis.yml(132B)
----test()
--------sauce.js(2KB)
--------index.js(3KB)
----README.md(3KB)
----.gitignore(13B)
----index.js(954B)
----package.json(569B)

网友评论