summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Vanhoren <nicolas.vanhoren@gmail.com>2021-08-06 00:51:13 +0200
committerGitHub <noreply@github.com>2021-08-05 15:51:13 -0700
commite02c3c6396bf7c840e2420742648d15b3bfcd849 (patch)
treee75cd7bb915c43f5efe13dfa9337906677792ce4
parent14d4d0f196d9a26801bb261d16105b59292bb03c (diff)
downloadasync-e02c3c6396bf7c840e2420742648d15b3bfcd849.tar.gz
Added modern-async to the list of other libraries (#1739)
-rw-r--r--intro.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/intro.md b/intro.md
index 901795b..c8e78b4 100644
--- a/intro.md
+++ b/intro.md
@@ -298,3 +298,4 @@ It is recommended to target ES2017 or higher in your `tsconfig.json`, so `async`
* [`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.
+* ['modern-async'](https://www.npmjs.com/package/modern-async) an alternative to Async using only async/await and promises.