git ssb

2+

cel / scuttlebot.io



Tree: 758e433b7c3d4c10d3f23bafb07b64262514e96f

Files: 758e433b7c3d4c10d3f23bafb07b64262514e96f / tmpl / apis / pull-stream / pull-cat.md

296 bytesRaw

pull-cat

concatinate pull-streams

example

var cat = require('pull-cat')
var pull = require('pull-stream')
cat([pull.values([1,2,3]), pull.values([4,5,6])])
  .pipe(...)

Reads from the each stream until it is finished. If a stream errors, stop all the streams.

License

MIT

Built with git-ssb-web