LinesOfALargeExecFutureClassRead the output stream of an @{class:ExecFuture} one line at a time. This
abstraction allows you to process large inputs without holding them in
memory. If you know your inputs fit in memory, it is generally more efficient
(and certainly simpler) to read the entire input and `explode()` it. For
more information, see @{class:LinesOfALarge}. See also
@{class:LinesOfALargeFile} for a similar abstraction that works on files.LinesOfALargeExecFutureClassRead the output stream of an @{class:ExecFuture} one line at a time. This
abstraction allows you to process large inputs without holding them in
memory. If you know your inputs fit in memory, it is generally more efficient
(and certainly simpler) to read the entire input and `explode()` it. For
more information, see @{class:LinesOfALarge}. See also
@{class:LinesOfALargeFile} for a similar abstraction that works on files.