From 842ba00129e1b97c441919a06db026706059727c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 14 Jan 2017 14:04:27 +0700 Subject: [PATCH] Link to the awesome-promises list --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 680193064..9737f6598 100644 --- a/readme.md +++ b/readme.md @@ -386,6 +386,7 @@ - [delay](https://github.com/sindresorhus/delay) - Delay a promise a specified amount of time. - [promise-memoize](https://github.com/nodeca/promise-memoize) - Memoize promise-returning functions, with expire and prefetch. - [valvelet](https://github.com/lpinca/valvelet) - Limit the execution rate of a promise-returning function. + - [Moreā€¦](https://github.com/wbinnssmith/awesome-promises) - Callbacks - [each-async](https://github.com/sindresorhus/each-async) - Async concurrent iterator like forEach. - [async](https://github.com/caolan/async) - Provides straight-forward, powerful functions for working with asynchronicity.