bustle / bluestream

A collection of streams that work well with promises (through, map, reduce). Think Through2 with promises
MIT License
103 stars 5 forks source link

A tap or passthrough stream #33

Closed reconbot closed 5 years ago

reconbot commented 5 years ago

Should allow for logging, etc, basically a transform with a curried return value. Should wait for async operations to complete and have a concurrency.

reconbot commented 5 years ago

closed with #34