ai-asfullfills
Return an aync iterable that emit a series promises as they fullfills
This module could be a useful substitute for Promise.all
to use when you need
to parallelized the resolution of a set of promises and you need to receive the
resolve promises as soon as possible (in resolution order).
This module is part of Async iterable fun, a complete toolset of modules to work with async iterables.
Usage
description of the example
;; const emit = ; console;
This will output
1
2
3
API
Install
With npm installed, run
npm install --save ai-asfullfills
See Also
-
parro-it/ai-fun
- A collection of modules to easy deal with async iterables. -
noffle/common-readme
- « a common readme for node ».
License
MIT Licensed © 2017 Andrea Parodi