node-resumer

through stream that starts paused and resumes on the next tick
  https://github.com/substack/resumer
  0
  no reviews



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.

Node.js is an event-based server-side JavaScript engine.