Joshua Crowe

Results 12 comments of Joshua Crowe

I apologize if that's my tone, I don't intend it. I've been using this [your version] as a dependency in a lot of projects and recently noticed none of the...

Noticed your [commit](https://github.com/azproduction/promise-queue/commit/822f1cc6e5a026f3e114e50e78f7bdb772f43012), thanks for testing that. I'm trying to figure out how you're avoiding `._dequeue()` just instantly calling the `promiseGenerator` as soon as it's added, considering [L109](https://github.com/azproduction/promise-queue/blob/master/lib/index.js#L109); realistically that...