sindresorhus / p-queue

Promise queue with concurrency control
MIT License
3.45k stars 185 forks source link

Added support for cancel #141

Closed trajano closed 3 years ago

trajano commented 3 years ago

This is my first cut, I can't get it working with Task so I had to resort to any. @sindresorhus if you can provide some tips to remove it please let me know so I can update the PR.

For #76

sindresorhus commented 3 years ago

Sorry, I have a lot of PRs to review. I don't have the time to look into your problem. It's up to you to solve it if you want this to be merged. In general, you need to spend more effort on this PR, both code and docs-wise.