pull-pause

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i pull-pause

Weekly Downloads

410

Version

0.0.2

License

MIT

Last publish

Collaborators

  • dominictarr