ai-merge
v1.0.0
Published
Parallel merge of multiple async iterable.
Downloads
5
Maintainers
Readme
ai-merge
Parallel merge of multiple async iterable.
This module is part of Async iterable fun, a complete toolset of modules to work with async iterables.
Usage
description of the example
import aiMerge from 'ai-merge';
for (const item of aiMerge()) {
yield item;
};
This will output
API
Install
With npm installed, run
npm install --save ai-merge
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