ai-merge

1.0.0 • Public • Published

ai-merge

Travis Build Status NPM downloads

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

License

MIT Licensed © 2017 Andrea Parodi

/ai-merge/

    Package Sidebar

    Install

    npm i ai-merge

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • parroit