@jacobbubu/pull-hang
v1.0.0
Published
[](https://travis-ci.org/jacobbubu/pull-hang) [](https://coveralls.io/github/jacobbubu/pull-hang) [
pull(
hang
pull.collect(function (err) {
//this will never callback, until you call hang(true, cb)
})
)
//abort the stream after a timeout.
setTimeout(function () {
hang(true, function () {})
}, 100)
License
MIT
