git ssb

2+

cel / scuttlebot.io



Tree: 09d6cad33605d917ad373c8737df277715b38e68

Files: 09d6cad33605d917ad373c8737df277715b38e68 / tmpl / apis / pull-stream / pull-pause.md

293 bytesRaw

pull-pause

a through pull-stream that can be turned on and off like a tap.

Example


var pull = require('pull-stream')
var pause = require('pull-pause')()


pull(
  source,
  pause,
  sink
)

pause.pause() //stop reading.

pause.resume() //resume reading.

License

MIT

Built with git-ssb-web