resumer / 0.0.0 last updated 3 years ago created on May 17th 2013
Install
npm install --save resumer
Clone
git clone git@github.com:substack/resumer.git
maintainers
versions
| 0.0.0 | 3 years ago | substack |
readme
resumer
Return a through stream that starts out paused and resumes on the next tick,
unless somebody called .pause().
This module has the same signature as through.
example
methods
resumer(write, end)
Return a new through stream from write and end, which default to
pass-through .queue() functions if not specified.
The stream starts out paused and will be resumed on the next tick unless you
call .pause() first.
write and end get passed directly through to
through.
install
With npm do:
license
MIT
