unordered-map-stream
v1.0.0
Published
an async but unordered map stream
Downloads
4
Readme
unordered-map-stream
like map-stream except the order is not enforced.
var map = require('unordered-map-stream')
objectStream.pipe(map(function (data, cb) {
cb(null, data)
}).pipe(outputStream)
License
MIT