/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Surf
/
node_modules
/
async-limiter
/
..
.eslintignore
Initial commit
6 лет назад
.nycrc
Initial commit
6 лет назад
.travis.yml
Initial commit
6 лет назад
LICENSE
Initial commit
6 лет назад
index.js
Initial commit
6 лет назад
package.json
Initial commit
6 лет назад
readme.md
Initial commit
6 лет назад
Async-Limiter
Motivation
Example
Zlib Example
Install
Test
API
`var t = new Limiter([opts])`
Instance methods
`t.onDone(fn)`
Instance methods mixed in from `Array`
`t.push(element1, ..., elementN)`
`t.unshift(element1, ..., elementN)`
`t.splice(index , howMany[, element1[, ...[, elementN]]])`
Properties
`t.concurrency`
`t.length`
readme.md