bluestream icon indicating copy to clipboard operation
bluestream copied to clipboard

A collection of streams that work well with promises (through, map, reduce). Think Through2 with promises

Results 4 bluestream issues
Sort by recently updated
recently updated
newest added

I'm having some errors thrown sometimes when a stream is stopped prematurely. ``` const bluestream = require('bluestream') const pump = require('pump') test() async function test() { let count = 0...

Would be nice to set a max buffer (or max array) size for collect

enhancement

I think this should be an option, makes order dependent streams possible.

enhancement

A way to combine streams is needed. It's one of those things that should be easy to do. The following wont work right. ```js const oldUsers = new OldUserStream() const...

help wanted