unwind the stack while reading recursively from a pull-stream
Wrap a pull-stream so that it can be read from with deep recursion without triggering a RangeError.
Uses looper.
Usage: Just stick the module in a pull-stream pipeline.
Example:
``
var pull = require('pull-stream')
var pullLooper = require('pull-looper')
pull(
...,
pullLooper,
...
)
``
Copyright (c) 2017 @cel
Usage of the works is permitted provided that this instrument
is retained with the works, so that any entity that uses the
works is notified of this instrument.
DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.