How to use the Source function from pull-stream

Find comprehensive JavaScript pull-stream.Source code examples handpicked from public code repositorys.

182
183
184
185
186
187
188
189
190
191
    cb(abort)
  }
  if(!n) next()
}

module.exports = pull.Source(function (streams) {
  return function (abort, cb) {
    ;(function next () {
      if(abort)
        all(streams, abort, cb)
fork icon2
star icon0
watch icon1

+ 5 other calls in file