throat icon indicating copy to clipboard operation
throat copied to clipboard

Throttle a collection of promise returning functions

Results 16 throat issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Throat causes a halt in execution under certain conditions **To Reproduce** ```javascript const _ = require('lodash'); const throat = require('throat'); async function main() { const worker =...

bug

probably [fix](https://github.com/ForbesLindesay/throat/issues/61) reset `_shiftIndex` only when its required

Hello, I'm building an upload queue and I'd like to know if it's possible to add more files after calling throat, e.g.: ` ```javascript let uploadedFiles = 0 const throat...

question

Ignore some tiles not required in the package...

## The devDependency [flow-bin](https://github.com/flowtype/flow-bin) was updated from `0.73.0` to `0.93.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [coveralls](https://github.com/nickmerwin/node-coveralls) was updated from `3.0.2` to `3.0.3`. 🚨 [View failing branch](https://github.com/ForbesLindesay/throat/compare/master...ForbesLindesay:greenkeeper%2Fcoveralls-3.0.3). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The devDependency [promise](https://github.com/then/promise) was updated from `8.0.1` to `8.0.2`. 🚨 [View failing branch](https://github.com/ForbesLindesay/throat/compare/master...ForbesLindesay:greenkeeper%2Fpromise-8.0.2). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## Version 10 of Node.js (code name Dubnium) has been released! 🎊 To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...

greenkeeper

When specifying a concurrency of 0, unexpected results happen. If passing 0, I'd expect an error to be thrown, or the function is not throttled.