Skip to content

Commit

Permalink
Add FAQ section in the readme
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
sindresorhus committed Dec 22, 2018
1 parent f1e6b44 commit 56fcb83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ Any arguments to pass through to `fn`.
Support for passing arguments on to the `fn` is provided in order to be able to avoid creating unnecessary closures. You probably don't need this optimization unless you're pushing a *lot* of functions.


## FAQ

### How is this different from the [`p-queue`](https://github.com/sindresorhus/p-queue) package?

This package is only about limiting the number of concurrent executions, while `p-queue` is a fully featured queue implementation with lots of different options, introspection, and ability to pause and clear the queue.


## Related

- [p-queue](https://github.com/sindresorhus/p-queue) - Promise queue with concurrency control
Expand Down

0 comments on commit 56fcb83

Please sign in to comment.