prottle:Promise.all()节流阀

时间:2024-05-24 03:38:15
【文件属性】:

文件名称:prottle:Promise.all()节流阀

文件大小:13KB

文件格式:ZIP

更新时间:2024-05-24 03:38:15

promise throttle batches JavaScript

Promise.all()节气门-Prottle 批量执行承诺兑现功能; 第1批次完成后,就该进行下一个了。 后端-支持节点4.0+; 前端-使用babel与env预设一起使用。 对IE使用Promise polyfill。 安装 $ npm install prottle --save 示例-已解决 const prottle = require ( 'prottle' ) ; prottle ( 2 , [ // batch 1 ( ) => Promise . resolve ( 1 ) , ( ) => Promise . resolve ( 2 ) , // batch 2 ( ) => Promise . resolve ( 3 ) , ( ) => new Promise ( ( resolve , reject ) => { setT


【文件预览】:
prottle-master
----package.json(766B)
----.github()
--------workflows()
----prottle.test.js(2KB)
----package-lock.json(31KB)
----.gitignore(12B)
----README.md(2KB)
----prottle.d.ts(141B)
----.editorconfig(148B)
----prottle.js(1KB)

网友评论