add rfpify

This commit is contained in:
Sam Verschueren
2016-01-26 18:57:11 +01:00
parent 7cc849b8c7
commit 3833798641

View File

@@ -305,6 +305,7 @@
- [Bluebird](https://github.com/petkaantonov/bluebird) - A fully featured promise library with focus on innovative features and performance. - [Bluebird](https://github.com/petkaantonov/bluebird) - A fully featured promise library with focus on innovative features and performance.
- [pinkie-promise](https://github.com/floatdrop/pinkie-promise) - Promise ponyfill. - [pinkie-promise](https://github.com/floatdrop/pinkie-promise) - Promise ponyfill.
- [pify](https://github.com/sindresorhus/pify) - Promisify a callback-style function. - [pify](https://github.com/sindresorhus/pify) - Promisify a callback-style function.
- [rfpify](https://github.com/samverschueren/rfpify) - Promisify a result-first callback-style 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.