From 5bc126e86779fd261df6fc541b990eb1973cbbf7 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Thu, 29 Sep 2016 08:10:47 +0400 Subject: [PATCH] Add `promise-memoize` (#589) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 000b09c..a605d01 100644 --- a/readme.md +++ b/readme.md @@ -372,6 +372,7 @@ - [pify](https://github.com/sindresorhus/pify) - Promisify a callback-style function. - [rfpify](https://github.com/samverschueren/rfpify) - Promisify a result-first callback-style function. - [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. - 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.