map-stream-concurrent

0.0.3 • Public • Published

map-stream-concurrent

A concurrent extension to map-stream. Allows you to run a map function over the chunks of a stream with n-way parallelism.

var mapConcurrent = require('map-stream-concurrent');
 
mapConcurrent(10, function (data, callback) {
  // transform data
  callback(null, data);
});

Dependents (1)

Package Sidebar

Install

npm i map-stream-concurrent

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

2.45 kB

Total Files

4

Last publish

Collaborators

  • willscott