0.1.0 • Published 8 years ago
ai-sequence v0.1.0
ai-sequence
Serial 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 aiSequence from 'ai-sequence';
for (const item of aiSequence()) {
yield item;
};This will output
API
Install
With npm installed, run
npm install --save ai-sequenceSee 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