Skip to content

Commit

Permalink
add list of related libraries to docs intro. Closes #1314
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Apr 3, 2017
1 parent 216d284 commit 1af382d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions intro.md
Expand Up @@ -218,3 +218,10 @@ $ npm install --save async-es
import waterfall from 'async-es/waterfall';
import async from 'async-es';
```

## Other Libraries

* [`limiter`](https://www.npmjs.com/package/limiter) a package for rate-limiting based on requests per sec/hour.
* [`neo-async`](https://www.npmjs.com/package/neo-async) an altername implementation of Async, focusing on speed.
* [`co-async`](https://www.npmjs.com/package/co-async) a library inspired by Async for use with [`co`](https://www.npmjs.com/package/co) and generator functions.
* [`promise-async`](https://www.npmjs.com/package/promise-async) a version of Async where all the methods are Promisified.

0 comments on commit 1af382d

Please sign in to comment.