Add valvelet (#594)

This commit is contained in:
Luigi Pinca
2016-10-18 20:01:31 +02:00
committed by Sindre Sorhus
parent 8d92500dee
commit 5b2f53f97d

View File

@@ -374,6 +374,7 @@
- [rfpify](https://github.com/samverschueren/rfpify) - Promisify a result-first 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. - [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. - [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 - Callbacks
- [each-async](https://github.com/sindresorhus/each-async) - Async concurrent iterator like forEach. - [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. - [async](https://github.com/caolan/async) - Provides straight-forward, powerful functions for working with asynchronicity.