0.0.6 • Published 11 years ago
through2-pool v0.0.6
pool
For pooling stream data.
Usage
fs.createReadStream('README.md')
.pipe(pool(function (err, data) {
console.log(data);
}))
Installation
npm install through2-pool
For pooling stream data.
fs.createReadStream('README.md')
.pipe(pool(function (err, data) {
console.log(data);
}))
npm install through2-pool