1.0.4 • Published 4 years ago

parallel-transformx v1.0.4

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

parallel-transformx

Parallel transform for streamx

npm install parallel-transformx

Usage

const ParallelTransform = require('parallel-transformx')

const s = new ParallelTransform({
  // will run the transform in parallel.
  // at max highWaterMark parallel transforms will happen
  transform (data, cb) {
    doStuff(data, function (err, res) {
      cb(err, res)
    })
  }
})

License

MIT

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago