From 5b2f53f97dd496f188f1db643a267d965679ef5d Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 18 Oct 2016 20:01:31 +0200 Subject: [PATCH] Add valvelet (#594) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 450097c..63cd2a2 100644 --- a/readme.md +++ b/readme.md @@ -374,6 +374,7 @@ - [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. + - [valvelet](https://github.com/lpinca/valvelet) - Limit the execution rate of a promise-returning function. - 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.