The iteratee is a stream consumer that will consume a stream of data until either it receives an EOF or meets its own requirements for consuming data. The iteratee will return Continue whenever it is ready to receive the next chunk. An iteratee is fed data by an Enumerator, which generates a Stream.
Union case | Description |
|
|
Full Usage:
Error exn
Parameters:
exn
|
|