文件名称:throttle-promised
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-19 11:47:06
JavaScript
节流阀 节气门承诺执行到最大数量: 无法保证执行顺序 以可配置的速率使用随机退避重新排队承诺 入门 npm install throttle-promised --save 通过10个执行者的门来限制100个诺言的示例 var _ = require ( 'underscore' ) , gate = require ( 'throttle-promised' ) ( { max : 10 , minWait : 10 , maxWait : 100 } ) ; _ . each ( _ . range ( 100 ) , function ( i ) { gate . throttle ( function ( ) { return Q . promise ( function ( resolve , reject ) { setTimeout
【文件预览】:
throttle-promised-master
----index.js(3KB)
----package.json(682B)
----LICENSE(11KB)
----.gitignore(44B)
----README.md(788B)