Skip to content

lukeburns/pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pool

For pooling stream data.

Usage

fs.createReadStream('README.md')
.pipe(pool(function (err, data) {
	console.log(data);
}))

Installation

npm install through2-pool

About

For pooling stream data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published